diff --git a/Quake/gl_model.c b/Quake/gl_model.c index 94f00239..6db6324f 100644 --- a/Quake/gl_model.c +++ b/Quake/gl_model.c @@ -2289,7 +2289,7 @@ visdone: if (i < mod->numsubmodels-1) { // duplicate the basic information - char name[10]; + char name[12]; sprintf (name, "*%i", i+1); loadmodel = Mod_FindName (name);