Commit da3f2bc4 authored by nanahira's avatar nanahira

fix

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