SP_#? -> CON_#?
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2686 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b97f2c5d69
commit
faac72835c
34 changed files with 320 additions and 320 deletions
|
@ -1532,11 +1532,11 @@ void P_LoadParticleSet(char *name, qboolean first)
|
|||
}
|
||||
else if (first)
|
||||
{
|
||||
Con_Printf(SP_WARNING "Couldn't find particle description %s, using spikeset\n", name);
|
||||
Con_Printf(CON_WARNING "Couldn't find particle description %s, using spikeset\n", name);
|
||||
Cbuf_AddText(particle_set_spikeset, RESTRICT_LOCAL);
|
||||
}
|
||||
else
|
||||
Con_Printf(SP_WARNING "Couldn't find particle description %s\n", name);
|
||||
Con_Printf(CON_WARNING "Couldn't find particle description %s\n", name);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue