mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-08 10:33:07 -04:00
Use FALSE macro in asserts, remove JUT_PANIC macro
This commit is contained in:
@@ -60,7 +60,7 @@ bool JASystem::TBasicInst::getParam(int key, int velo, TInstParam* param) const
|
||||
param->field_0x34 += y;
|
||||
break;
|
||||
default:
|
||||
JUT_ASSERT(93, 0);
|
||||
JUT_ASSERT(93, FALSE);
|
||||
}
|
||||
}
|
||||
const TKeymap* keymap = NULL;
|
||||
|
||||
@@ -55,7 +55,7 @@ bool JASystem::TDrumSet::getParam(int key, int param_2, JASystem::TInstParam* pa
|
||||
param_3->field_0x34 += y;
|
||||
break;
|
||||
default:
|
||||
JUT_ASSERT(77, 0);
|
||||
JUT_ASSERT(77, FALSE);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user