Forums

Full Version: missing src/sprite2d.cpp
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
can we have that added to the repository? looks like it got missed in the last series of commits. thanks.

--alex--
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--
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.
Quote:lost my controls config file
I can confirm this. Will fix asap.
Controls regression fixed. Sorry for the inconvenience. :wink:
NaN Wrote:Controls regression fixed. Sorry for the inconvenience. :wink:
no problem.

--alex--