Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/StarQuestManager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/StarQuestManager.hpp')
-rw-r--r--source/game/StarQuestManager.hpp2
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;