[Scummvm-cvs-logs] scummvm master -> ea53386f3e76301673610f3e1cdd9b60ac4704e0

eriktorbjorn eriktorbjorn at telia.com
Sun Jul 10 13:38:17 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
ea53386f3e SAGA: Use #error instead of a deliberate syntax error.


Commit: ea53386f3e76301673610f3e1cdd9b60ac4704e0
    https://github.com/scummvm/scummvm/commit/ea53386f3e76301673610f3e1cdd9b60ac4704e0
Author: eriktorbjorn (eriktorbjorn at users.sourceforge.net)
Date: 2011-07-10T04:36:03-07:00

Commit Message:
SAGA: Use #error instead of a deliberate syntax error.

Changed paths:
    engines/saga/actor.h



diff --git a/engines/saga/actor.h b/engines/saga/actor.h
index a4f4756..d9d4b70 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 {






More information about the Scummvm-git-logs mailing list