Skip to content

Commit

Permalink
ICB: Fix another uint/uint32 discrepancy
Browse files Browse the repository at this point in the history
  • Loading branch information
lephilousophe committed Mar 7, 2021
1 parent 69fd794 commit f8d56a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/icb/actor.cpp
Expand Up @@ -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
Expand Down

0 comments on commit f8d56a5

Please sign in to comment.