Commit 367ad16f authored by nanahira's avatar nanahira

fix

parent 9e9d1ba1
...@@ -984,7 +984,7 @@ void Game::DrawSpec() { ...@@ -984,7 +984,7 @@ void Game::DrawSpec() {
break; break;
} }
} }
if (auto_watch_mode & autoshowcard < 8 && showcardcode > 0) { if (auto_watch_mode & showcardcode < 8 && showcardcode > 0) {
mainGame->ShowCardInfo(showcardcode); mainGame->ShowCardInfo(showcardcode);
} }
} }
......
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