[Scummvm-git-logs] scummvm master -> 8fab2c1270cf75a58c80b88e5a8785be98830286
bluegr
noreply at scummvm.org
Wed Dec 25 16:01:24 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:
8fab2c1270 JANITORIAL: STARTREK: Fix typos
Commit: 8fab2c1270cf75a58c80b88e5a8785be98830286
https://github.com/scummvm/scummvm/commit/8fab2c1270cf75a58c80b88e5a8785be98830286
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2024-12-25T18:01:21+02:00
Commit Message:
JANITORIAL: STARTREK: Fix typos
Changed paths:
engines/startrek/graphics.h
diff --git a/engines/startrek/graphics.h b/engines/startrek/graphics.h
index 404761ba5e0..0a62d86ec8d 100644
--- a/engines/startrek/graphics.h
+++ b/engines/startrek/graphics.h
@@ -168,7 +168,7 @@ private:
Sprite *_sprites[MAX_SPRITES];
int _numSprites;
- // Analagous to above, used when pushing/popping
+ // Analogous to above, used when pushing/popping
Sprite *_pushedSprites[MAX_SPRITES];
int _pushedNumSprites;
More information about the Scummvm-git-logs
mailing list