aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/logic/soccer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/he/logic/soccer.cpp')
-rw-r--r--engines/scumm/he/logic/soccer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/logic/soccer.cpp b/engines/scumm/he/logic/soccer.cpp
index 0efe482b5a..e01363c1f2 100644
--- a/engines/scumm/he/logic/soccer.cpp
+++ b/engines/scumm/he/logic/soccer.cpp
@@ -200,7 +200,7 @@ int LogicHEsoccer::op_1005(float x1, float y1, float z1, float x2, float y2, flo
*nextVelX = x2 - 2 * dot * x1;
*nextVelY = y2 - 2 * dot * y1;
*nextVelZ = z2 - 2 * dot * z1;
- *a10 = 1.0f; // It always does this. How curious!
+ *a10 = 1.0F; // It always does this. How curious!
return 1;
}