Commit 6d269c95 authored by nanahira's avatar nanahira

Merge branch 'master' of github.com:Fluorohydride/ygopro

parents a6ae651e 72108984
...@@ -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