mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-31 04:01:16 +00:00
fix return type
This commit is contained in:
parent
a3708b9422
commit
469db12632
@ -141,5 +141,5 @@ MxBool Police::VTable0x64()
|
|||||||
{
|
{
|
||||||
DeleteObjects(&m_atom, 500, 510);
|
DeleteObjects(&m_atom, 500, 510);
|
||||||
m_transitionDestination = 2;
|
m_transitionDestination = 2;
|
||||||
return 1;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user