According to rjlan, I stupidly forgot an s.
Well, he was right, so here's the fix. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1254 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
c0ff57d388
commit
2ef7de9856
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ void M_Menu_Particles_f (void)
|
|||
|
||||
menu->selecteditem = (union menuoption_s *)
|
||||
|
||||
MC_AddConsoleCommand(menu, 16, y, " Choose particle set", "menu_particleset");y+=8;
|
||||
MC_AddConsoleCommand(menu, 16, y, " Choose particle set", "menu_particlesets");y+=8;
|
||||
MC_AddCheckBox(menu, 16, y, " sparks bounce", &r_bouncysparks,0);y+=8;
|
||||
// MC_AddSlider(menu, 16, y, " exp spark count", &r_particles_in_explosion, 16, 1024);y+=8;
|
||||
MC_AddCvarCombo(menu, 16, y, " texture emittance", &r_part_rain, r_part_rain_options, r_part_rain_values);y+=8;
|
||||
|
|
Loading…
Reference in a new issue