[Scummvm-git-logs] scummvm master -> 0dee5855d468fd6c9930be3aa77b275db3c3d07b

lephilousophe noreply at scummvm.org
Sun Feb 8 15:01:47 UTC 2026


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:
0dee5855d4 FREESCAPE: Fix build


Commit: 0dee5855d468fd6c9930be3aa77b275db3c3d07b
    https://github.com/scummvm/scummvm/commit/0dee5855d468fd6c9930be3aa77b275db3c3d07b
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2026-02-08T16:01:31+01:00

Commit Message:
FREESCAPE: Fix build

Changed paths:
    engines/freescape/module.mk


diff --git a/engines/freescape/module.mk b/engines/freescape/module.mk
index f7b8682b21a..1f607cf9e57 100644
--- a/engines/freescape/module.mk
+++ b/engines/freescape/module.mk
@@ -3,10 +3,11 @@ MODULE := engines/freescape
 MODULE_OBJS := \
 	area.o \
 	assets.o \
-	font.o \
-	events.o \
+	debugger.o \
 	demo.o \
 	doodle.o \
+	events.o \
+	font.o \
 	freescape.o \
 	games/castle/castle.o \
 	games/castle/amiga.o \




More information about the Scummvm-git-logs mailing list