summaryrefslogtreecommitdiff
path: root/Level.h
diff options
context:
space:
mode:
Diffstat (limited to 'Level.h')
-rw-r--r--Level.h2
1 files changed, 1 insertions, 1 deletions
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;
};