summaryrefslogtreecommitdiff
path: root/Level.h
diff options
context:
space:
mode:
authorLuke Bratch <l_bratch@yahoo.co.uk>2010-11-27 23:29:00 +0000
committerLuke Bratch <l_bratch@yahoo.co.uk>2010-11-27 23:29:00 +0000
commit34de0b2b50c3ab4dbb917ddcfda89d1eb12bc6be (patch)
treebd6a1e3e7670e044e0f7b8b841070cf09d2a9875 /Level.h
parenta00e29799a9fa4e8f140ef3f292f3200736fe957 (diff)
Level: Cope with there being no defined player start location
Diffstat (limited to 'Level.h')
-rw-r--r--Level.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Level.h b/Level.h
index 3bfac32..95a57e6 100644
--- a/Level.h
+++ b/Level.h
@@ -35,6 +35,8 @@ class Level {
int cameraX;
bool checkCollision(SDL_Rect r);
+
+ int startX, startY;
};
#endif