Update main.c

makingSettings
marouault 3 years ago
parent 588bc670e0
commit 7504ab17a6

@ -36,7 +36,7 @@ int main(int argc, char *argv[]) {
goto Quit; goto Quit;
} }
char* path = "../rsrc/img/PieceViolet.png"; char* path = "rsrc/img/PieceViolet.png";
SDL_Surface* icon = IMG_Load(path); SDL_Surface* icon = IMG_Load(path);
if(icon == NULL) if(icon == NULL)
{ {

Loading…
Cancel
Save