* wired up RoutePlanner/Cartographer

* added DebugRenderer (mostly dysfunctional)
 * add lots of OutputDebug calls for the path finder, as macro PF_TRACE
This commit is contained in:
James McCulloch
2010-07-13 05:33:43 +00:00
parent f86268b53d
commit 8387ed29dc
16 changed files with 1204 additions and 182 deletions

View File

@@ -666,7 +666,7 @@ char Window::getKey(SDL_keysym keysym,bool skipSpecialKeys) {
}
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %u] c = [%d]\n",__FILE__,__FUNCTION__,__LINE__,c);
return c;
return (c & 0xFF);
break;
}