Commit 72108984 authored by Chen Bill's avatar Chen Bill

fix chatTiming init

parent 62fe61c7
......@@ -81,8 +81,8 @@ bool Game::Initialize() {
is_building = false;
menuHandler.prev_operation = 0;
menuHandler.prev_sel = -1;
for (auto i : chatTiming) {
i = 0;
for (int i = 0; i < 8; ++i) {
chatTiming[i] = 0;
}
deckManager.LoadLFList();
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