--- concentration-1.2.old/src/concentration.c +++ concentration-1.2/src/concentration.c @@ -202,7 +202,7 @@ /***************************************************** ****************************************************/ -inline void drawText(char * str, SDL_Color color, int x, int y, TTF_Font * font) +void drawText(char * str, SDL_Color color, int x, int y, TTF_Font * font) { static SDL_Rect dest; ===== end of patch =====