diff options
Diffstat (limited to 'src/environment.h')
-rw-r--r-- | src/environment.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/environment.h b/src/environment.h index bb1da2461..042229038 100644 --- a/src/environment.h +++ b/src/environment.h @@ -312,7 +312,7 @@ private: Returns the id of the object. Returns 0 if not added and thus deleted. */ - u16 addActiveObjectRaw(ServerActiveObject *object, bool set_changed); + u16 addActiveObjectRaw(ServerActiveObject *object, bool set_changed, u32 dtime_s); /* Remove all objects that satisfy (m_removed && m_known_by_count==0) @@ -322,7 +322,7 @@ private: /* Convert stored objects from block to active */ - void activateObjects(MapBlock *block); + void activateObjects(MapBlock *block, u32 dtime_s); /* Convert objects that are not in active blocks to static. |