summaryrefslogtreecommitdiff
path: root/intensemarcus.h
diff options
context:
space:
mode:
Diffstat (limited to 'intensemarcus.h')
-rw-r--r--intensemarcus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intensemarcus.h b/intensemarcus.h
index 4724e85..4484587 100644
--- a/intensemarcus.h
+++ b/intensemarcus.h
@@ -11,6 +11,7 @@ const int SCREEN_BPP = 32;
const int FPS = 30;
const int MARCUS_WIDTH = 64;
const int MARCUS_HEIGHT = 124;
+const int CROUCH_HEIGHT = 50;
const int ORIENT_FRONT = 0;
const int ORIENT_BACK = 1;
const int ORIENT_RIGHT = 2;
@@ -23,7 +24,6 @@ const float SPRINT_MULTIPLYER = 1.5;
const int MAP_X = 48;
const int MAP_Y = 12;
const int TILE_SIZE = 50;
-const int CROUCH_HEIGHT = 30;
SDL_Surface *loadImage(std::string filename);