You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-fps/alienarena/files/alienarena-20130827-format....

12 lines
396 B

--- source/game/p_client.c.old 2016-01-18 20:13:25.147714704 +0100
+++ source/game/p_client.c 2016-01-18 20:13:38.776476727 +0100
@@ -2123,7 +2123,7 @@
#else
ent->ctype = 0; //alien is default
sprintf(modelpath, "players/%s/human", playermodel);
- sprintf(ent->charModel, playermodel);
+ sprintf(ent->charModel, "%s", playermodel);
Q2_FindFile (modelpath, &file);
if(file)
{