diff options
author | eriktorbjorn | 2011-07-10 13:36:03 +0200 |
---|---|---|
committer | eriktorbjorn | 2011-07-10 13:36:03 +0200 |
commit | ea53386f3e76301673610f3e1cdd9b60ac4704e0 (patch) | |
tree | 2e1a48ed6435c776b267d193ae2673ce88998e63 /engines/saga | |
parent | 1b231ed7ff428b05d1fc6e5f8786325b7eee95a3 (diff) | |
download | scummvm-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/saga')
-rw-r--r-- | engines/saga/actor.h | 2 |
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 { |