reduce MAX_NUM_LOCAL_PROFILES

This commit is contained in:
Chris Danford
2005-07-14 08:45:21 +00:00
parent 6e5a6e116c
commit b9db8fad48
+1 -1
View File
@@ -16,7 +16,7 @@ class Trail;
struct HighScore;
struct lua_State;
const int MAX_NUM_LOCAL_PROFILES = 16;
const int MAX_NUM_LOCAL_PROFILES = 8;
class ProfileManager
{