From 874cc17c402fb7a0a407e22330fdd5bf754adb68 Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Mon, 31 Dec 2012 16:03:32 -0800 Subject: [PATCH] Compiles --- core.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core.cpp b/core.cpp index aa81979..fb69313 100644 --- a/core.cpp +++ b/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; }