You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/tmp/Serious-Engine-master/Sources/Engine/Base/SDL/SDLInput.cpp:727:12: error: cannot initialize a variable of type 'Uint8 *' (aka 'unsigned char *') with an rvalue of type 'const Uint8 *' (aka 'const unsigned char *')
Uint8 *keystate = SDL_GetKeyboardState(NULL);
Compiling
Sources/Engine/Base/SDL/SDLInput.cpp
failes with:The declaration must be changed to:
The text was updated successfully, but these errors were encountered: