aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--saga/actor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/actor.h b/saga/actor.h
index 4df31a70a4..1a38f6c4d3 100644
--- a/saga/actor.h
+++ b/saga/actor.h
@@ -251,7 +251,7 @@ struct ACTOR {
action_frame = 0;
action_time = 0;
act_tbl = NULL;
- action_ct = NULL;
+ action_ct = 0;
}
};