mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-08 03:16:47 -04:00
Add DEAD_STRING macro to clearly distinguish unused strings
This commit is contained in:
@@ -635,12 +635,12 @@ J3DModelData* daNpc_Jb1_c::create_Anm() {
|
||||
|
||||
// Probably unused JUT_ASSERTS
|
||||
static void dummy() {
|
||||
OSReport("m_app_mdl != 0");
|
||||
OSReport("m_app_bck != 0");
|
||||
OSReport("m_app_btk != 0");
|
||||
OSReport("m_app_brk != 0");
|
||||
OSReport("splash");
|
||||
OSReport("m_spl_jnt_num >= 0");
|
||||
DEAD_STRING("m_app_mdl != 0");
|
||||
DEAD_STRING("m_app_bck != 0");
|
||||
DEAD_STRING("m_app_btk != 0");
|
||||
DEAD_STRING("m_app_brk != 0");
|
||||
DEAD_STRING("splash");
|
||||
DEAD_STRING("m_spl_jnt_num >= 0");
|
||||
}
|
||||
|
||||
/* 00001A0C-00001B78 .text create_lgt__11daNpc_Jb1_cFv */
|
||||
|
||||
Reference in New Issue
Block a user