diff options
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) ------------------------------------------- */ |