mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
Fix compilation
svn-id: r18594
This commit is contained in:
parent
2efc7edb1a
commit
618572ff13
@ -41,7 +41,7 @@ enum RENDER_FLAGS {
|
||||
RF_ACTOR_PATH_TEST = (1 << 7),
|
||||
RF_MAP = (1 << 8),
|
||||
RF_DISABLE_ACTORS = (1 << 9),
|
||||
RF_DEMO_SUBST = (1 << 10),
|
||||
RF_DEMO_SUBST = (1 << 10)
|
||||
};
|
||||
|
||||
class Render {
|
||||
|
Loading…
Reference in New Issue
Block a user