08-26-2010, 12:04 PM
08-26-2010, 01:58 PM
thanks for adding the missing file. i seem to have lost my controls config file though (and trying to redefine them has no effect). the file exists but it's empty.
--alex--
--alex--
08-26-2010, 02:38 PM
after doing a "scons -c", compiling gives me
Code:
In file included from include/carcontrolmap_local.h:5,
from src/carcontrolmap_local.cpp:1:
include/eventsystem.h:174: error: âEVENTSYSTEM_SDL::BUTTON_STATE EVENTSYSTEM_SDL::GetKeyState(int) constâ cannot be overloaded
include/eventsystem.h:173: error: with âEVENTSYSTEM_SDL::BUTTON_STATE EVENTSYSTEM_SDL::GetKeyState(SDLKey) constâ
src/carcontrolmap_local.cpp: In member function âvoid CARCONTROLMAP_LOCAL::Load(const std::string&, std::ostream&, std::ostream&)â:
src/carcontrolmap_local.cpp:121: error: âSDLK_LASTâ was not declared in this scope
src/carcontrolmap_local.cpp:121: error: âSDLK_FIRSTâ was not declared in this scope
scons: *** [build/carcontrolmap_local.o] Error 1
scons: building terminated because of errors.
08-26-2010, 03:20 PM
Quote:lost my controls config fileI can confirm this. Will fix asap.
08-26-2010, 04:31 PM
Controls regression fixed. Sorry for the inconvenience. :wink:
08-26-2010, 04:57 PM
NaN Wrote:Controls regression fixed. Sorry for the inconvenience. :wink:no problem.
--alex--