This line of code is crashing my game. If I comment it everything else runs smooth, but of course no text is displayed when needed.
any ideas?Code:SDL_Surface *linea = NULL; .... .... int main() { linea = TTF_RenderText_Solid( font, "Welcome to my shop we have 6 weapons", textColor ); }



LinkBack URL
About LinkBacks



