From 871d5c534d4669a075023f51bc06417418bd080e Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 28 Dec 2009 17:17:22 +0000 Subject: Moved the OLD_PATHFINDING define inside sci.h, together with the others svn-id: r46679 --- engines/sci/sci.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sci/sci.h') diff --git a/engines/sci/sci.h b/engines/sci/sci.h index c5f853cd17..8bfd1f9541 100644 --- a/engines/sci/sci.h +++ b/engines/sci/sci.h @@ -47,6 +47,8 @@ namespace Sci { //#define USE_OLDGFX // Uncomment this to use old music functions #define USE_OLD_MUSIC_FUNCTIONS +// Uncomment this to use old pathfinding code +#define OLD_PATHFINDING class Console; struct EngineState; -- cgit v1.2.3