[Scummvm-git-logs] scummvm master -> a7084c34824064467a7c33beeb674d914f24a3cd
digitall
noreply at scummvm.org
Sat Oct 4 03:06:41 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
a7084c3482 DIRECTOR: Fix Compilation
Commit: a7084c34824064467a7c33beeb674d914f24a3cd
https://github.com/scummvm/scummvm/commit/a7084c34824064467a7c33beeb674d914f24a3cd
Author: D G Turner (digitall at scummvm.org)
Date: 2025-10-04T04:06:28+01:00
Commit Message:
DIRECTOR: Fix Compilation
Changed paths:
engines/director/lingo/lingo-the.h
diff --git a/engines/director/lingo/lingo-the.h b/engines/director/lingo/lingo-the.h
index ae1b3f57675..c4690cdc553 100644
--- a/engines/director/lingo/lingo-the.h
+++ b/engines/director/lingo/lingo-the.h
@@ -142,7 +142,6 @@ enum TheEntityType {
kTheSelEnd,
kTheSelStart,
kTheSerialNumber,
- kTheSetTrackEnabled,
kTheShiftDown,
kTheSoundEntity,
kTheSoundEnabled,
@@ -271,6 +270,7 @@ enum TheFieldType {
kTheScriptType,
kTheScriptsEnabled,
kTheSelectionField,
+ kTheSetTrackEnabled,
kTheShapeType,
kTheShort,
kTheSize,
More information about the Scummvm-git-logs
mailing list