[Scummvm-git-logs] scummvm master -> dfad2f02edb7dd62a30585d8a6df216f37909d5b

bluegr noreply at scummvm.org
Sun Nov 12 13:06:55 UTC 2023


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:
dfad2f02ed GOB: sorted gameids for some GOB based games


Commit: dfad2f02edb7dd62a30585d8a6df216f37909d5b
    https://github.com/scummvm/scummvm/commit/dfad2f02edb7dd62a30585d8a6df216f37909d5b
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-11-12T15:06:51+02:00

Commit Message:
GOB: sorted gameids for some GOB based games

- Added gob3 after gob2
- add lit as first id of Lost in Time series

Changed paths:
    engines/gob/detection/tables.h


diff --git a/engines/gob/detection/tables.h b/engines/gob/detection/tables.h
index b69320aa9e3..b5fd0154f0b 100644
--- a/engines/gob/detection/tables.h
+++ b/engines/gob/detection/tables.h
@@ -32,17 +32,17 @@ using namespace Common;
 static const PlainGameDescriptor gobGames[] = {
 	{"gob1", "Gobliiins"},
 	{"gob2", "Gobliins 2"},
+	{"gob3", "Goblins Quest 3"},
 	{"ween", "Ween: The Prophecy"},
 	{"bargon", "Bargon Attack"},
 	{"babayaga", "Once Upon A Time: Baba Yaga"},
 	{"abracadabra", "Once Upon A Time: Abracadabra"},
 	{"littlered", "Once Upon A Time: Little Red Riding Hood"},
 	{"onceupon", "Once Upon A Time"},
-	{"gob3", "Goblins Quest 3"},
 	{"crousti", "Croustibat"},
+	{"lit", "Lost in Time"},
 	{"lit1", "Lost in Time Part 1"},
 	{"lit2", "Lost in Time Part 2"},
-	{"lit", "Lost in Time"},
 	{"inca2", "Inca II: Wiracocha"},
 	{"woodruff", "The Bizarre Adventures of Woodruff and the Schnibble"},
 	{"dynasty", "The Last Dynasty"},




More information about the Scummvm-git-logs mailing list