mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-02 14:01:26 +00:00
Fix format overflow warning with 32-bit gcc
(taken from vkquake.)
This commit is contained in:
parent
d5e9d1270c
commit
b311f7e231
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue