aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova/module.mk
diff options
context:
space:
mode:
authorJoseph-Eugene Winzer2017-06-21 13:09:55 +0200
committerThierry Crozat2018-01-22 23:34:49 +0000
commit932b3669d3f02a102c1df28bbdadafff6fe2fb5f (patch)
treedf3237cb8c25fd7ac2756113684c789411465f1d /engines/supernova/module.mk
parente6802ed6334ca510e3add862d4647a648f1f4c98 (diff)
downloadscummvm-rg350-932b3669d3f02a102c1df28bbdadafff6fe2fb5f.tar.gz
scummvm-rg350-932b3669d3f02a102c1df28bbdadafff6fe2fb5f.tar.bz2
scummvm-rg350-932b3669d3f02a102c1df28bbdadafff6fe2fb5f.zip
SUPERNOVA: Adds room specific game logic
This is the game logic for the first act of the game. It will see restructuring to remove gotos/jumps and hardcoded differences in game behavior depending on settings (e.g. sound on/off).
Diffstat (limited to 'engines/supernova/module.mk')
-rw-r--r--engines/supernova/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/supernova/module.mk b/engines/supernova/module.mk
index b63bd2d78d..7519a3da78 100644
--- a/engines/supernova/module.mk
+++ b/engines/supernova/module.mk
@@ -5,6 +5,7 @@ MODULE_OBJS := \
detection.o \
graphics.o \
supernova.o \
+ rooms.o
MODULE_DIRS += \
engines/supernova