Match LegoWorld::Tickle (#1297)

This commit is contained in:
Christian Semmler 2024-12-28 10:23:27 -07:00 committed by GitHub
parent fd27efcc22
commit e4e8ad6da5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -783,7 +783,7 @@ MxResult LegoWorld::Tickle()
ReadyWorld(); ReadyWorld();
return TRUE; return TRUE;
case e_two: case e_two:
if (PresentersPending()) { if (PresentersPending() == TRUE) {
break; break;
} }
default: default: