From ff143def2a28289807a7a5d8c149df0c99de9615 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Tue, 21 Dec 2010 18:31:42 +0000 Subject: Level: Change checkCollision to return an int instead of a bool, for multiple collision types --- Level.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Level.h') diff --git a/Level.h b/Level.h index 95a57e6..0a38029 100644 --- a/Level.h +++ b/Level.h @@ -34,7 +34,7 @@ class Level { int cameraX; - bool checkCollision(SDL_Rect r); + int checkCollision(SDL_Rect r); int startX, startY; }; -- cgit v1.2.3