changeset 7320 | e704706008d4 |
parent 7316 | f7b49b2c5d84 |
child 10017 | de822cd3df3a |
--- a/project_files/frontlib/frontlib.c Thu Jul 05 22:22:48 2012 +0200 +++ b/project_files/frontlib/frontlib.c Tue Jul 10 19:33:57 2012 +0200 @@ -21,7 +21,7 @@ #include "util/logging.h" #include <SDL_net.h> -int flib_init(int flags) { +int flib_init() { flib_log_d("Initializing frontlib"); if(SDLNet_Init()==-1) { flib_log_e("Error in SDLNet_Init: %s", SDLNet_GetError());