diff options
| -rw-r--r-- | engines/agos/detection.cpp (renamed from engines/agos/game.cpp) | 0 | ||||
| -rw-r--r-- | engines/agos/module.mk | 2 | ||||
| -rw-r--r-- | engines/saga/detection.cpp (renamed from engines/saga/game.cpp) | 0 | ||||
| -rw-r--r-- | engines/saga/module.mk | 2 | 
4 files changed, 2 insertions, 2 deletions
diff --git a/engines/agos/game.cpp b/engines/agos/detection.cpp index e1be6d88f1..e1be6d88f1 100644 --- a/engines/agos/game.cpp +++ b/engines/agos/detection.cpp diff --git a/engines/agos/module.mk b/engines/agos/module.mk index 5c3fd8496b..f9dcabb1db 100644 --- a/engines/agos/module.mk +++ b/engines/agos/module.mk @@ -8,9 +8,9 @@ MODULE_OBJS := \  	cursor.o \  	debug.o \  	debugger.o \ +	detection.o \  	draw.o \  	event.o \ -	game.o \  	gfx.o \  	icons.o \  	input.o \ diff --git a/engines/saga/game.cpp b/engines/saga/detection.cpp index 820331b9c7..820331b9c7 100644 --- a/engines/saga/game.cpp +++ b/engines/saga/detection.cpp diff --git a/engines/saga/module.mk b/engines/saga/module.mk index 205e243a72..6c1812ad23 100644 --- a/engines/saga/module.mk +++ b/engines/saga/module.mk @@ -4,10 +4,10 @@ MODULE_OBJS := \  	actor.o \  	animation.o \  	console.o \ +	detection.o \  	events.o \  	font.o \  	font_map.o \ -	game.o \  	gfx.o \  	ihnm_introproc.o \  	image.o \  | 
