fix the scrag = fiend bug

This commit is contained in:
Bill Currie 2007-03-25 05:47:53 +00:00 committed by Jeff Teunissen
parent c20a553e1a
commit ab11912f93

View file

@ -664,6 +664,7 @@ Host_Loadgame_f (void)
spawn_parms[i] = atof (PL_String (PL_ObjectAtIndex (item, i)));
}
current_skill = atoi (PL_String (PL_ObjectForKey (game, "current_skill")));
Cvar_SetValue (skill, current_skill);
mapname = strdup (PL_String (PL_ObjectForKey (game, "name")));
CL_Disconnect_f ();