7a518c6
diff -up ballbuster-1.0/CImage.cpp~ ballbuster-1.0/CImage.cpp
7a518c6
--- ballbuster-1.0/CImage.cpp~	2016-02-14 19:32:23.000000000 +0100
7a518c6
+++ ballbuster-1.0/CImage.cpp	2016-02-14 19:45:32.415484199 +0100
7a518c6
@@ -34,7 +34,7 @@ void CImage::load()
7a518c6
 	this->topborder= new CL_Surface(DATADIR "imgs/topborder.png");
7a518c6
 	this->bgtile= new CL_Surface(DATADIR "imgs/bg1.jpg");
7a518c6
 
7a518c6
-	CL_ResourceManager spritesSrc(DATADIR "imgs/sprites.scr", false);
7a518c6
+	CL_ResourceManager spritesSrc(DATADIR "imgs/sprites.scr", NULL);
7a518c6
 
7a518c6
 	this->ball = new CL_Sprite("ball", &spritesSrc);
7a518c6
 	this->fireball= new CL_Sprite("fireball", &spritesSrc);