diff options
author | Matthew Hoops | 2012-05-21 00:06:42 -0400 |
---|---|---|
committer | Matthew Hoops | 2012-05-21 00:06:42 -0400 |
commit | a07840931a638bffd9fc0e7325f87b745fc4af24 (patch) | |
tree | 7125f4c500743c1a6818cf5a940f4f20284f79ae | |
parent | 6cda15ba8e57891471c53449433385f5992bce3a (diff) | |
download | scummvm-rg350-a07840931a638bffd9fc0e7325f87b745fc4af24.tar.gz scummvm-rg350-a07840931a638bffd9fc0e7325f87b745fc4af24.tar.bz2 scummvm-rg350-a07840931a638bffd9fc0e7325f87b745fc4af24.zip |
SCI: Properly alphabetize the SCI32 objects
-rw-r--r-- | engines/sci/module.mk | 2 |
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 |