diff options
Diffstat (limited to 'src/state.h')
-rw-r--r-- | src/state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.h b/src/state.h index 65acf4bb..0c99afc5 100644 --- a/src/state.h +++ b/src/state.h @@ -82,7 +82,7 @@ class State : public utils::Singleton<State> /** * Update game state (contains core server logic) */ - void update(ConnectionHandler &); + void update(); /** * Add being to game world at specified map |