aboutsummaryrefslogtreecommitdiff
path: root/saga
diff options
context:
space:
mode:
authorEugene Sandulenko2005-07-29 17:45:36 +0000
committerEugene Sandulenko2005-07-29 17:45:36 +0000
commit618572ff13f3392568793443a7fc11f5248021c7 (patch)
tree9ed4d15a03845db6b2efe57bc9242abc71131af9 /saga
parent2efc7edb1a2791bf607775d118e331fd4bf161e0 (diff)
downloadscummvm-rg350-618572ff13f3392568793443a7fc11f5248021c7.tar.gz
scummvm-rg350-618572ff13f3392568793443a7fc11f5248021c7.tar.bz2
scummvm-rg350-618572ff13f3392568793443a7fc11f5248021c7.zip
Fix compilation
svn-id: r18594
Diffstat (limited to 'saga')
-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 {