aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authoreriktorbjorn2011-07-10 13:36:03 +0200
committereriktorbjorn2011-07-10 13:36:03 +0200
commitea53386f3e76301673610f3e1cdd9b60ac4704e0 (patch)
tree2e1a48ed6435c776b267d193ae2673ce88998e63 /engines
parent1b231ed7ff428b05d1fc6e5f8786325b7eee95a3 (diff)
downloadscummvm-rg350-ea53386f3e76301673610f3e1cdd9b60ac4704e0.tar.gz
scummvm-rg350-ea53386f3e76301673610f3e1cdd9b60ac4704e0.tar.bz2
scummvm-rg350-ea53386f3e76301673610f3e1cdd9b60ac4704e0.zip
SAGA: Use #error instead of a deliberate syntax error.
Diffstat (limited to 'engines')
-rw-r--r--engines/saga/actor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/actor.h b/engines/saga/actor.h
index a4f475660d..d9d4b70168 100644
--- a/engines/saga/actor.h
+++ b/engines/saga/actor.h
@@ -650,7 +650,7 @@ private:
public:
#ifdef ACTOR_DEBUG
#ifndef SAGA_DEBUG
- you must also define SAGA_DEBUG
+ #error You must also define SAGA_DEBUG
#endif
//path debug - use with care
struct DebugPoint {