mirror of
https://github.com/glest/glest-source.git
synced 2025-08-18 22:21:18 +02:00
* 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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user