mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
Use FALSE macro in asserts, remove JUT_PANIC macro
This commit is contained in:
@@ -528,7 +528,7 @@ void daTbox_c::CreateInit() {
|
||||
mpAppearRegAnm->setFrame(30.0f);
|
||||
break;
|
||||
default:
|
||||
JUT_ASSERT(0x328, 0);
|
||||
JUT_ASSERT(0x328, FALSE);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user