aboutsummaryrefslogtreecommitdiff
path: root/saga
diff options
context:
space:
mode:
authorEugene Sandulenko2004-12-15 20:11:39 +0000
committerEugene Sandulenko2004-12-15 20:11:39 +0000
commit8ce9683bca5a6d534460540ca14586475ebd7e20 (patch)
tree31ef2592538b9cb14553a189439a3d792b28af63 /saga
parent2909c8fff6febf736ebddaf11fc5f40276cc3e5d (diff)
downloadscummvm-rg350-8ce9683bca5a6d534460540ca14586475ebd7e20.tar.gz
scummvm-rg350-8ce9683bca5a6d534460540ca14586475ebd7e20.tar.bz2
scummvm-rg350-8ce9683bca5a6d534460540ca14586475ebd7e20.zip
Fix warning
svn-id: r16061
Diffstat (limited to 'saga')
-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;
}
};