From a314df52dfe2eac32edb0bbcc03ae8df7e197444 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 30 Dec 2009 15:38:50 +0000 Subject: Switched to the new pathfinding code, after talking with waltervn svn-id: r46752 --- engines/sci/sci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/sci/sci.h b/engines/sci/sci.h index 8bfd1f9541..78f444f6f6 100644 --- a/engines/sci/sci.h +++ b/engines/sci/sci.h @@ -48,7 +48,7 @@ namespace Sci { // Uncomment this to use old music functions #define USE_OLD_MUSIC_FUNCTIONS // Uncomment this to use old pathfinding code -#define OLD_PATHFINDING +//#define OLD_PATHFINDING class Console; struct EngineState; -- cgit v1.2.3