aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/module.mk
diff options
context:
space:
mode:
authorEugene Sandulenko2014-01-06 20:41:45 +0200
committerEugene Sandulenko2014-01-06 22:36:16 +0200
commit7af79dda746c141f38d17c5165ae01e29d2c3046 (patch)
treea343208b389fcc8ab830c526c502036687f61970 /engines/fullpipe/module.mk
parent63dd8460bc84a8a9037def6d1302cf005b09d7ee (diff)
downloadscummvm-rg350-7af79dda746c141f38d17c5165ae01e29d2c3046.tar.gz
scummvm-rg350-7af79dda746c141f38d17c5165ae01e29d2c3046.tar.bz2
scummvm-rg350-7af79dda746c141f38d17c5165ae01e29d2c3046.zip
FULLPIPE: Sort constants by scene (1-4)
Diffstat (limited to 'engines/fullpipe/module.mk')
-rw-r--r--engines/fullpipe/module.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/fullpipe/module.mk b/engines/fullpipe/module.mk
index a2d4961f78..55be5a7a34 100644
--- a/engines/fullpipe/module.mk
+++ b/engines/fullpipe/module.mk
@@ -24,6 +24,7 @@ MODULE_OBJS = \
stateloader.o \
statics.o \
utils.o \
+ scenes/sceneIntro.o \
scenes/scene01.o \
scenes/scene02.o \
scenes/scene03.o \
@@ -51,8 +52,7 @@ MODULE_OBJS = \
scenes/scene30.o \
scenes/scene31.o \
scenes/scene36.o \
- scenes/sceneDbg.o \
- scenes/sceneIntro.o
+ scenes/sceneDbg.o
# This module can be built as a plugin
ifeq ($(ENABLE_FULLPIPE), DYNAMIC_PLUGIN)