Commit 367ad16f authored by nanahira's avatar nanahira

fix

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