[Scummvm-git-logs] scummvm master -> 2a7c29dfa0c473ddd6e4f648f5fcfc906a60450c
digitall
noreply at scummvm.org
Sun Sep 22 02:04:11 UTC 2024
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:
2a7c29dfa0 ULTIMA: NUVIE: Fix Unmatched Apostrophe GCC Compiler Warning
Commit: 2a7c29dfa0c473ddd6e4f648f5fcfc906a60450c
https://github.com/scummvm/scummvm/commit/2a7c29dfa0c473ddd6e4f648f5fcfc906a60450c
Author: D G Turner (digitall at scummvm.org)
Date: 2024-09-22T03:02:55+01:00
Commit Message:
ULTIMA: NUVIE: Fix Unmatched Apostrophe GCC Compiler Warning
Changed paths:
engines/ultima/nuvie/core/effect.cpp
diff --git a/engines/ultima/nuvie/core/effect.cpp b/engines/ultima/nuvie/core/effect.cpp
index 2c46e83349d..b2bf805b98f 100644
--- a/engines/ultima/nuvie/core/effect.cpp
+++ b/engines/ultima/nuvie/core/effect.cpp
@@ -1090,7 +1090,7 @@ inline bool FadeEffect::find_free_pixel(uint32 &rnum, uint32 pixelCount) {
/* Returns the next pixel to check/colorize. */
#if 0
#warning this crashes if x,y is near boundary
-#warning make sure center_thresh doesn't go over boundary
+#warning make sure center_thresh does not go over boundary
inline uint32 FadeEffect::get_random_pixel(uint16 center_thresh) {
if (center_x == -1 || center_y == -1)
return (NUVIE_RAND() % pixel_count);
More information about the Scummvm-git-logs
mailing list