[Scummvm-git-logs] scummvm master -> 7ee081b14c9c42c0c656ab6245f6307348d9e941
sev-
noreply at scummvm.org
Thu Jul 13 12:43:10 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:
7ee081b14c DIRECTOR: Fix wwaldogeo detection entry
Commit: 7ee081b14c9c42c0c656ab6245f6307348d9e941
https://github.com/scummvm/scummvm/commit/7ee081b14c9c42c0c656ab6245f6307348d9e941
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-07-13T14:42:59+02:00
Commit Message:
DIRECTOR: Fix wwaldogeo detection entry
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index b9bc96c52b7..af14ef990fb 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -5542,7 +5542,7 @@ static const DirectorGameDescription gameDescriptions[] = {
// Full game is not Director
// Demo developed by The Tuesday Group
- WINDEMO1("waldogeo", "Demo", "WALDOPC.EXE", "t:019433037fe5b5d166536d0f28819519", 2094361, 404),
+ WINDEMO1("wwaldogeo", "Demo", "WALDOPC.EXE", "t:019433037fe5b5d166536d0f28819519", 2094361, 404),
WINDEMO1("wwanimals", "Demo", "ANIMALS.EXE", "25fee176193d52cf7cbc2b604bfcbf8c", 6961631, 404),
More information about the Scummvm-git-logs
mailing list