diff --git a/nq/source/host_cmd.c b/nq/source/host_cmd.c index 3d1ee7fc1..2a454c73f 100644 --- a/nq/source/host_cmd.c +++ b/nq/source/host_cmd.c @@ -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 ();