aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/cstime.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-06-13 21:57:24 +0200
committerEugene Sandulenko2016-06-13 22:00:38 +0200
commitf25c8482384d6fc5c7058d47ea9d78492fd3c323 (patch)
treef224ed5656893841f546642af3fb27c8b1ec0108 /engines/mohawk/cstime.h
parent3a954932cca48aa4a2b8ebeff6097c15d37703ab (diff)
downloadscummvm-rg350-f25c8482384d6fc5c7058d47ea9d78492fd3c323.tar.gz
scummvm-rg350-f25c8482384d6fc5c7058d47ea9d78492fd3c323.tar.bz2
scummvm-rg350-f25c8482384d6fc5c7058d47ea9d78492fd3c323.zip
MOHAWK: Engine classes initializations
Diffstat (limited to 'engines/mohawk/cstime.h')
-rw-r--r--engines/mohawk/cstime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/cstime.h b/engines/mohawk/cstime.h
index f95222d3a1..bfb7daf945 100644
--- a/engines/mohawk/cstime.h
+++ b/engines/mohawk/cstime.h
@@ -111,7 +111,7 @@ enum {
};
struct CSTimeEvent {
- CSTimeEvent() { }
+ CSTimeEvent() : type(0), param1(0), param2(0) { }
CSTimeEvent(uint16 t, uint16 p1, uint16 p2) : type(t), param1(p1), param2(p2) { }
uint16 type;