aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--saga/render.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/render.h b/saga/render.h
index 05ebf43c3c..ac8ddf383d 100644
--- a/saga/render.h
+++ b/saga/render.h
@@ -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 {