summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/engine/camera.h')
-rw-r--r--src/graphics/engine/camera.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/graphics/engine/camera.h b/src/graphics/engine/camera.h
index 6d94dad..699593c 100644
--- a/src/graphics/engine/camera.h
+++ b/src/graphics/engine/camera.h
@@ -198,6 +198,8 @@ public:
void SetScriptLookat(Math::Vector lookat);
void SetEffect(bool enable);
+ void SetBlood(bool enable);
+ bool GetBlood();
void SetCameraScroll(bool scroll);
void SetCameraInvertX(bool invert);
void SetCameraInvertY(bool invert);
@@ -379,6 +381,8 @@ protected:
//! Shocks if explosion?
bool m_effect;
+ //! Blood?
+ bool m_blood;
//! Scroll in the edges?
bool m_cameraScroll;
//! X inversion in the edges?