[Scummvm-cvs-logs] scummvm master -> 8b9eb3148f1b2a350dbafd456f798c9ec9cb65ae

sev- sev at scummvm.org
Mon Feb 17 20:09:49 CET 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
8b9eb3148f FULLPIPE: Fix compiler warning


Commit: 8b9eb3148f1b2a350dbafd456f798c9ec9cb65ae
    https://github.com/scummvm/scummvm/commit/8b9eb3148f1b2a350dbafd456f798c9ec9cb65ae
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2014-02-17T11:01:59-08:00

Commit Message:
FULLPIPE: Fix compiler warning

Changed paths:
    engines/fullpipe/scenes/scene27.cpp



diff --git a/engines/fullpipe/scenes/scene27.cpp b/engines/fullpipe/scenes/scene27.cpp
index 8623b2b..0627f26 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;






More information about the Scummvm-git-logs mailing list