summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_e_gi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/actor/d_a_e_gi.cpp')
-rw-r--r--src/d/actor/d_a_e_gi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_e_gi.cpp b/src/d/actor/d_a_e_gi.cpp
index 4dac5344b4..cfdcd94442 100644
--- a/src/d/actor/d_a_e_gi.cpp
+++ b/src/d/actor/d_a_e_gi.cpp
@@ -93,7 +93,7 @@ int daE_GI_c::ctrlJoint(J3DJoint* i_joint, J3DModel* i_model) {
}
int daE_GI_c::JointCallBack(J3DJoint* i_joint, int param_1) {
- if (param_1 == NULL) {
+ if (param_1 == 0) {
J3DModel* model = j3dSys.getModel();
daE_GI_c* a_this = (daE_GI_c*)model->getUserArea();