diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2011-06-25 04:25:14 +0300 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2011-06-25 04:25:14 +0300 |
| commit | 7538b4c6201675c566c98b21c8ecddb798a14943 (patch) | |
| tree | e61cbdb7c2d9fedd41e2793860aa26553c545f56 /src/environment.h | |
| parent | 47e4eda4bb87cd9dc20dddf81ca473b523eeb150 (diff) | |
| download | dragonfireclient-7538b4c6201675c566c98b21c8ecddb798a14943.tar.xz | |
New map generator added (and SQLite, messed up the commits at that time...) (import from temporary git repo)
Diffstat (limited to 'src/environment.h')
| -rw-r--r-- | src/environment.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/environment.h b/src/environment.h index bb9fb0136..eac69d222 100644 --- a/src/environment.h +++ b/src/environment.h @@ -198,6 +198,12 @@ public: ActiveObjectMessage getActiveObjectMessage(); /* + Activate objects and dynamically modify for the dtime determined + from timestamp and additional_dtime + */ + void activateBlock(MapBlock *block, u32 additional_dtime=0); + + /* ActiveBlockModifiers (TODO) ------------------------------------------- */ |
