fix return type

This commit is contained in:
Joshua Peisach 2024-02-04 14:36:01 -05:00 committed by GitHub
parent a3708b9422
commit 469db12632
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -141,5 +141,5 @@ MxBool Police::VTable0x64()
{
DeleteObjects(&m_atom, 500, 510);
m_transitionDestination = 2;
return 1;
return TRUE;
}