diff options
Diffstat (limited to 'src/d/actor/d_a_npc_yamid.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_yamid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc_yamid.cpp b/src/d/actor/d_a_npc_yamid.cpp index c9e9e64280..bef3d826e6 100644 --- a/src/d/actor/d_a_npc_yamid.cpp +++ b/src/d/actor/d_a_npc_yamid.cpp @@ -259,7 +259,7 @@ cPhs_Step daNpc_yamiD_c::create() { int daNpc_yamiD_c::CreateHeap() { J3DModelData* mdlData_p = NULL; J3DModel* model = NULL; - int bmdIdx = mTwilight == true ? NONE : NONE; + int bmdIdx = mTwilight == TRUE ? NONE : NONE; int res_name_idx = l_bmdData[bmdIdx][1]; int index = l_bmdData[bmdIdx][0]; |
