aboutsummaryrefslogtreecommitdiff
path: root/saga/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/render.h')
-rw-r--r--saga/render.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/saga/render.h b/saga/render.h
index 5607cbdcf7..c217b09b77 100644
--- a/saga/render.h
+++ b/saga/render.h
@@ -38,7 +38,8 @@ enum RENDER_FLAGS {
RF_OBJECTMAP_TEST = 0x08,
RF_RENDERPAUSE = 0x10,
RF_GAMEPAUSE = 0x20,
- RF_PLACARD = 0x40
+ RF_PLACARD = 0x40,
+ RF_ACTOR_PATH_TEST = 0x80
};
struct BUFFER_INFO {