diff options
author | Travis Howell | 2009-03-18 14:04:57 +0000 |
---|---|---|
committer | Travis Howell | 2009-03-18 14:04:57 +0000 |
commit | ab4812b734e28e2701c395ccca7275400c4e9b14 (patch) | |
tree | b333263ad7d07850fcd9436c26b72feb07529c9b /engines | |
parent | 28036e8f0c5015188aa2c1c970b579df7b5da38d (diff) | |
download | scummvm-rg350-ab4812b734e28e2701c395ccca7275400c4e9b14.tar.gz scummvm-rg350-ab4812b734e28e2701c395ccca7275400c4e9b14.tar.bz2 scummvm-rg350-ab4812b734e28e2701c395ccca7275400c4e9b14.zip |
Fix compile of SCI engine.
svn-id: r39517
Diffstat (limited to 'engines')
-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 c0680fc782..87bcd176b8 100644 --- a/engines/sci/module.mk +++ b/engines/sci/module.mk @@ -38,7 +38,7 @@ MODULE_OBJS = \ gfx/font.o \ gfx/gfx_driver.o \ gfx/gfx_res_options.o \ - gfx/res_resmgr.o \ + gfx/gfx_resmgr.o \ gfx/gfx_resource.o \ gfx/gfx_support.o \ gfx/gfx_tools.o \ |