From ea53386f3e76301673610f3e1cdd9b60ac4704e0 Mon Sep 17 00:00:00 2001 From: eriktorbjorn Date: Sun, 10 Jul 2011 13:36:03 +0200 Subject: SAGA: Use #error instead of a deliberate syntax error. --- engines/saga/actor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/saga/actor.h') 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 { -- cgit v1.2.3