diff options
author | HampusM <hampus@hampusmat.com> | 2022-06-12 18:23:10 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-13 17:57:02 +0200 |
commit | 521ef3688069f5fc6b06a835454404fddaca6e80 (patch) | |
tree | dda147c27d8932697a12f02a78232382026659b9 /src/game/game.hpp | |
parent | 7399afb9ec9776dfa131dbf27ed6fb7524aec81b (diff) |
fix: add statusline length check
Diffstat (limited to 'src/game/game.hpp')
-rw-r--r-- | src/game/game.hpp | 2 |
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; |