mirror of
https://github.com/zeldaret/tp
synced 2026-06-17 23:21:28 -04:00
Regalloc/debug/misc fixes (#2794)
* Fix "0" asserts * More debug and regalloc fixes * Fix PTMF syntax for compatibility with other compilers * Fix some fakematches, link more TUs for J/P
This commit is contained in:
@@ -521,7 +521,7 @@ void daObjTobyHouse_c::sceneChange() {
|
||||
exitId = 3;
|
||||
break;
|
||||
default:
|
||||
JUT_PANIC(936, "0");
|
||||
JUT_ASSERT(936, FALSE);
|
||||
}
|
||||
|
||||
dStage_changeScene(exitId, 0.0f, 0, fopAcM_GetRoomNo(this), 0, -1);
|
||||
|
||||
Reference in New Issue
Block a user