Clear unknowns in legoutils.h (#1610)

This commit is contained in:
Fabian Neundorf
2025-07-08 16:26:32 +02:00
committed by GitHub
parent c7fda26cf4
commit 5d3b6884e0
16 changed files with 61 additions and 61 deletions

View File

@@ -121,7 +121,7 @@ void Helicopter::Exit()
// FUNCTION: BETA10 0x1002a3db
MxLong Helicopter::HandleClick()
{
if (!FUN_1003ef60()) {
if (!CanExit()) {
return 1;
}