Fix compilation

svn-id: r18594
This commit is contained in:
Eugene Sandulenko 2005-07-29 17:45:36 +00:00
parent 2efc7edb1a
commit 618572ff13

View File

@ -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 {