mirror of
https://github.com/krislamo/Trololo
synced 2024-12-16 02:30:36 +00:00
Compiles
This commit is contained in:
parent
44070cb972
commit
874cc17c40
4
core.cpp
4
core.cpp
@ -27,7 +27,7 @@ namespace scrnfunk
|
||||
return screen_format;
|
||||
}
|
||||
|
||||
void apply_image(int x, int y, SDL_Surface* source, SDL_Surface* destination, SDL_Rect* clip = 0)
|
||||
void apply_image(int x, int y, SDL_Surface* source, SDL_Surface* destination, SDL_Rect* clip)
|
||||
{
|
||||
SDL_Rect pos;
|
||||
|
||||
@ -71,7 +71,7 @@ namespace scrns
|
||||
if(init < 0)
|
||||
{
|
||||
fprintf(stderr, "Unable to initiate SDL: %s\n", SDL_GetError());
|
||||
return false;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user