aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorEugene Sandulenko2014-02-17 21:01:59 +0200
committerEugene Sandulenko2014-02-17 21:01:59 +0200
commit8b9eb3148f1b2a350dbafd456f798c9ec9cb65ae (patch)
tree8806cfc2c4c960a9b66e9a244b545d02de68f948 /engines
parenta2bcea461f3a680befe19131d558bc6d5a461435 (diff)
downloadscummvm-rg350-8b9eb3148f1b2a350dbafd456f798c9ec9cb65ae.tar.gz
scummvm-rg350-8b9eb3148f1b2a350dbafd456f798c9ec9cb65ae.tar.bz2
scummvm-rg350-8b9eb3148f1b2a350dbafd456f798c9ec9cb65ae.zip
FULLPIPE: Fix compiler warning
Diffstat (limited to 'engines')
-rw-r--r--engines/fullpipe/scenes/scene27.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/scenes/scene27.cpp b/engines/fullpipe/scenes/scene27.cpp
index 8623b2b9b3..0627f262d3 100644
--- a/engines/fullpipe/scenes/scene27.cpp
+++ b/engines/fullpipe/scenes/scene27.cpp
@@ -337,7 +337,7 @@ void sceneHandler27_wipeDo() {
}
}
-bool sceneHandler27_batFallLogic(int batn) {
+bool sceneHandler27_batFallLogic(uint batn) {
Bat *bat = g_vars->scene27_bats[batn];
int y = (bat->currY - 458.0) * 0.4848484848484849 + 734.0;