diff options
Diffstat (limited to 'engines/groovie')
-rw-r--r-- | engines/groovie/script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/groovie/script.cpp b/engines/groovie/script.cpp index 4abfff74f2..175a41b1de 100644 --- a/engines/groovie/script.cpp +++ b/engines/groovie/script.cpp @@ -717,7 +717,7 @@ void Script::o_hotspot_center() { debugScript(5, true, "HOTSPOT-CENTER @0x%04X", address); - // Mark the centremost 240 pixels of the game area + // Mark the centermost 240 pixels of the game area Common::Rect rect(200, 80, 440, 400); hotspot(rect, address, 0); } |