diff --git a/src/common/StringMap.h b/src/common/StringMap.h index 6b2b1c70f..01e7f34d9 100644 --- a/src/common/StringMap.h +++ b/src/common/StringMap.h @@ -38,7 +38,7 @@ namespace love Record() : set(false) {} }; - const static unsigned MAX = (unsigned)((float)SIZE * 1.5f); + const static unsigned MAX = SIZE*2; Record records[MAX]; const char * reverse[SIZE];