Increase debug coords string buffer to prevent crashes

This commit is contained in:
Simon 2011-02-23 17:15:25 +00:00
parent 9b3c25227a
commit 0028dc8431

View File

@ -1179,7 +1179,7 @@ int main(int argc, char *argv[])
#endif #endif
char uitext[512] = ""; char uitext[512] = "";
char heattext[128] = ""; char heattext[128] = "";
char coordtext[13] = ""; char coordtext[128] = "";
int currentTime = 0; int currentTime = 0;
int FPS = 0; int FPS = 0;
int pastFPS = 0; int pastFPS = 0;