aboutsummaryrefslogtreecommitdiff
path: root/src/game/game.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game.hpp')
-rw-r--r--src/game/game.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp
index e69ce46..ed5a00f 100644
--- a/src/game/game.hpp
+++ b/src/game/game.hpp
@@ -64,7 +64,7 @@ public:
std::shared_ptr<ICellHelper> cell_helper,
std::shared_ptr<IRLEReader> rle_reader) noexcept;
- void on_start() noexcept override;
+ void on_start() override;
void on_update() noexcept override;