Commit 72108984 authored by Chen Bill's avatar Chen Bill

fix chatTiming init

parent 62fe61c7
...@@ -81,8 +81,8 @@ bool Game::Initialize() { ...@@ -81,8 +81,8 @@ bool Game::Initialize() {
is_building = false; is_building = false;
menuHandler.prev_operation = 0; menuHandler.prev_operation = 0;
menuHandler.prev_sel = -1; menuHandler.prev_sel = -1;
for (auto i : chatTiming) { for (int i = 0; i < 8; ++i) {
i = 0; chatTiming[i] = 0;
} }
deckManager.LoadLFList(); deckManager.LoadLFList();
driver = device->getVideoDriver(); driver = device->getVideoDriver();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment