diff options
Diffstat (limited to 'source/game/StarQuestManager.hpp')
-rw-r--r-- | source/game/StarQuestManager.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarQuestManager.hpp b/source/game/StarQuestManager.hpp index 33eb34d..0dec97e 100644 --- a/source/game/StarQuestManager.hpp +++ b/source/game/StarQuestManager.hpp @@ -58,7 +58,7 @@ public: StringSet interestingObjects(); Maybe<Json> receiveMessage(String const& message, bool localMessage, JsonArray const& args = {}); - void update(); + void update(float dt); private: List<QuestPtr> serverQuests() const; |