aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
diff options
context:
space:
mode:
authorMatthew Hoops2012-05-21 00:06:42 -0400
committerMatthew Hoops2012-05-21 00:06:42 -0400
commita07840931a638bffd9fc0e7325f87b745fc4af24 (patch)
tree7125f4c500743c1a6818cf5a940f4f20284f79ae /engines/sci
parent6cda15ba8e57891471c53449433385f5992bce3a (diff)
downloadscummvm-rg350-a07840931a638bffd9fc0e7325f87b745fc4af24.tar.gz
scummvm-rg350-a07840931a638bffd9fc0e7325f87b745fc4af24.tar.bz2
scummvm-rg350-a07840931a638bffd9fc0e7325f87b745fc4af24.zip
SCI: Properly alphabetize the SCI32 objects
Diffstat (limited to 'engines/sci')
-rw-r--r--engines/sci/module.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/module.mk b/engines/sci/module.mk
index 2842e4724e..b6d5837b31 100644
--- a/engines/sci/module.mk
+++ b/engines/sci/module.mk
@@ -79,9 +79,9 @@ MODULE_OBJS := \
ifdef ENABLE_SCI32
MODULE_OBJS += \
+ engine/kgraphics32.o \
graphics/controls32.o \
graphics/frameout.o \
- engine/kgraphics32.o \
graphics/paint32.o \
graphics/text32.o \
video/robot_decoder.o