From 469db126324fbcb9d1e49fe70e22101f13cad743 Mon Sep 17 00:00:00 2001 From: Joshua Peisach Date: Sun, 4 Feb 2024 14:36:01 -0500 Subject: [PATCH] fix return type --- LEGO1/lego/legoomni/src/police/police.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/src/police/police.cpp b/LEGO1/lego/legoomni/src/police/police.cpp index afe4b3bb..e28f44f2 100644 --- a/LEGO1/lego/legoomni/src/police/police.cpp +++ b/LEGO1/lego/legoomni/src/police/police.cpp @@ -141,5 +141,5 @@ MxBool Police::VTable0x64() { DeleteObjects(&m_atom, 500, 510); m_transitionDestination = 2; - return 1; + return TRUE; }