diff options
Diffstat (limited to 'src/d/actor/d_a_npc_maro.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_maro.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc_maro.cpp b/src/d/actor/d_a_npc_maro.cpp index 2384a380aa..86c2bc6230 100644 --- a/src/d/actor/d_a_npc_maro.cpp +++ b/src/d/actor/d_a_npc_maro.cpp @@ -340,7 +340,7 @@ int daNpc_Maro_c::create() { int daNpc_Maro_c::CreateHeap() { J3DModelData* modelData = NULL; J3DModel* model = NULL; - int bmdIdx = mTwilight == true ? TRUE : FALSE; + int bmdIdx = mTwilight == TRUE ? TRUE : FALSE; int res_name_idx = l_bmdData[bmdIdx][1]; int my_bmd = l_bmdData[bmdIdx][0]; modelData = static_cast<J3DModelData*>(dComIfG_getObjectRes(l_resNameList[res_name_idx], my_bmd)); |
