aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/entities/train.cpp
diff options
context:
space:
mode:
authorJulien Templier2010-10-27 19:19:22 +0000
committerJulien Templier2010-10-27 19:19:22 +0000
commitdba75791d9fcda63c546975fa98da4bc64afce7d (patch)
tree849eda271528992761b24803cdb02cb98639be93 /engines/lastexpress/entities/train.cpp
parentaaf7ffdd5c160447cfa56468bf0a8c768d14ad5d (diff)
downloadscummvm-rg350-dba75791d9fcda63c546975fa98da4bc64afce7d.tar.gz
scummvm-rg350-dba75791d9fcda63c546975fa98da4bc64afce7d.tar.bz2
scummvm-rg350-dba75791d9fcda63c546975fa98da4bc64afce7d.zip
LASTEXPRESS: Add some missing casts and const qualifiers
svn-id: r53880
Diffstat (limited to 'engines/lastexpress/entities/train.cpp')
-rw-r--r--engines/lastexpress/entities/train.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lastexpress/entities/train.cpp b/engines/lastexpress/entities/train.cpp
index 53f19b1a30..b3aa6e9a66 100644
--- a/engines/lastexpress/entities/train.cpp
+++ b/engines/lastexpress/entities/train.cpp
@@ -290,7 +290,7 @@ IMPLEMENT_FUNCTION(8, Train, process)
label_process:
if (params->param7) {
if (!params1->param8) {
- params1->param8 = getState()->time + 4500;
+ params1->param8 = (uint)(getState()->time + 4500);
if (!params1->param8)
params->param7 = 0;