[Scummvm-git-logs] scummvm master -> 09e9623be0bbc8389de4ca3a2731ade5c407ea43

bluegr noreply at scummvm.org
Sun Jul 28 08:23:41 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:
09e9623be0 JANITORIAL: Fix choosen typo in cge_main.cpp


Commit: 09e9623be0bbc8389de4ca3a2731ade5c407ea43
    https://github.com/scummvm/scummvm/commit/09e9623be0bbc8389de4ca3a2731ade5c407ea43
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2024-07-28T11:23:38+03:00

Commit Message:
JANITORIAL: Fix choosen typo in cge_main.cpp

Changed paths:
    engines/cge/cge_main.cpp


diff --git a/engines/cge/cge_main.cpp b/engines/cge/cge_main.cpp
index 16838325d22..268b731e4c6 100644
--- a/engines/cge/cge_main.cpp
+++ b/engines/cge/cge_main.cpp
@@ -1091,7 +1091,7 @@ void CGEEngine::loadSprite(const char *fname, int ref, int scene, int col = 0, i
 		++shpcnt;
 	}
 
-	// make sprite of choosen type
+	// make sprite of chosen type
 	switch (type) {
 	case 1:
 		// AUTO




More information about the Scummvm-git-logs mailing list