mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 03:24:50 +00:00
SCUMM: HE: Fix MSVC Warning
This was reported by Henke37 on IRC.
This commit is contained in:
parent
2c21c1a25e
commit
971b16fdac
@ -634,7 +634,7 @@ int LogicHEsoccer::op_1014(int32 srcX, int32 srcY, int32 srcZ, int32 velX, int32
|
|||||||
// work out which collision objects we might collide with (if any)
|
// work out which collision objects we might collide with (if any)
|
||||||
if (generateCollisionObjectList(startX, startY, startZ, adjustedVelX, adjustedVelY, adjustedVelZ)) {
|
if (generateCollisionObjectList(startX, startY, startZ, adjustedVelX, adjustedVelY, adjustedVelZ)) {
|
||||||
int collisionId = 0;
|
int collisionId = 0;
|
||||||
float v46; // always 1.0 after a collision due to op_1005
|
float v46 = 0.0; // always 1.0 after a collision due to op_1005
|
||||||
|
|
||||||
float collisionInfo[42 * 8];
|
float collisionInfo[42 * 8];
|
||||||
memset(collisionInfo, 0, 42 * 8 * sizeof(float));
|
memset(collisionInfo, 0, 42 * 8 * sizeof(float));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user