diff options
| -rw-r--r-- | engines/fullpipe/scenes/scene27.cpp | 2 | 
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; | 
