[Scummvm-git-logs] scummvm master -> f8d56a5afa7edf71437b98e67df83d970b388645

lephilousophe lephilousophe at users.noreply.github.com
Sun Mar 7 19:34:13 UTC 2021


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:
f8d56a5afa ICB: Fix another uint/uint32 discrepancy


Commit: f8d56a5afa7edf71437b98e67df83d970b388645
    https://github.com/scummvm/scummvm/commit/f8d56a5afa7edf71437b98e67df83d970b388645
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2021-03-07T20:33:43+01:00

Commit Message:
ICB: Fix another uint/uint32 discrepancy

Changed paths:
    engines/icb/actor.cpp


diff --git a/engines/icb/actor.cpp b/engines/icb/actor.cpp
index 05ecfc2be7..7db1405324 100644
--- a/engines/icb/actor.cpp
+++ b/engines/icb/actor.cpp
@@ -35,7 +35,7 @@ namespace ICB {
 
 // return 0 if on screen
 // return 1 if off screen
-int QuickActorCull(psxCamera *camera, VECTOR *pos, SVECTOR *orient) {
+int32 QuickActorCull(psxCamera *camera, VECTOR *pos, SVECTOR *orient) {
 	MATRIX lw, ls;
 
 	// Set the focal length in the GTE




More information about the Scummvm-git-logs mailing list