From 941a77964bf994b600bfc8063afbaa980a0b1b32 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Wed, 18 Aug 2004 02:58:53 +0000 Subject: [PATCH] increase MAX_METER --- stepmania/src/GameConstantsAndTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/GameConstantsAndTypes.h b/stepmania/src/GameConstantsAndTypes.h index b404e46a92..6069f62ea6 100644 --- a/stepmania/src/GameConstantsAndTypes.h +++ b/stepmania/src/GameConstantsAndTypes.h @@ -30,7 +30,7 @@ // // Note definitions // -const int MAX_METER = 12; +const int MAX_METER = 13; const int MIN_METER = 1;