diff options
author | Martin Kiewitz | 2010-02-04 18:52:03 +0000 |
---|---|---|
committer | Martin Kiewitz | 2010-02-04 18:52:03 +0000 |
commit | 5dc8f75b68a95e4c6f69921c29d773e902022708 (patch) | |
tree | d4f28c49668a99113b5c3b90b201d47091620727 | |
parent | 708c340d1f662ea580f85bda5c784bfa0bfb8751 (diff) | |
download | scummvm-rg350-5dc8f75b68a95e4c6f69921c29d773e902022708.tar.gz scummvm-rg350-5dc8f75b68a95e4c6f69921c29d773e902022708.tar.bz2 scummvm-rg350-5dc8f75b68a95e4c6f69921c29d773e902022708.zip |
SCI: moving paint32.o around...
svn-id: r47882
-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 0bb3cdb886..ad664f810e 100644 --- a/engines/sci/module.mk +++ b/engines/sci/module.mk @@ -43,7 +43,6 @@ MODULE_OBJS := \ graphics/gui.o \ graphics/menu.o \ graphics/paint16.o \ - graphics/paint32.o \ graphics/palette.o \ graphics/picture.o \ graphics/portrait.o \ @@ -75,6 +74,7 @@ MODULE_OBJS += \ engine/kernel32.o \ graphics/frameout.o \ graphics/gui32.o \ + graphics/paint32.o \ graphics/robot.o \ video/vmd_decoder.o endif |