mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
Fix compilation
svn-id: r30676
This commit is contained in:
parent
cce8e25960
commit
57a862b2a0
@ -255,7 +255,7 @@ enum {
|
||||
|
||||
kGfxObjTypeDoor = 0,
|
||||
kGfxObjTypeGet = 1,
|
||||
kGfxObjTypeAnim = 2,
|
||||
kGfxObjTypeAnim = 2
|
||||
};
|
||||
|
||||
class GfxObj {
|
||||
|
@ -11,6 +11,7 @@ MODULE_OBJS := \
|
||||
exec_br.o \
|
||||
exec_ns.o \
|
||||
font.o \
|
||||
gfxbase.o \
|
||||
graphics.o \
|
||||
inventory.o \
|
||||
gui_ns.o \
|
||||
|
Loading…
Reference in New Issue
Block a user