Merge branch 'master' into hud-cleaning

This commit is contained in:
Monster Iestyn 2018-08-29 20:46:35 +01:00
commit 523a02aa54
1 changed files with 1 additions and 1 deletions

View File

@ -890,7 +890,7 @@ void Command_Setrings_f(void)
else else
{ {
players[consoleplayer].spheres = 0; players[consoleplayer].spheres = 0;
P_GivePlayerSpheres(&player[consoleplayer], atoi(COM_Argv(1))); P_GivePlayerSpheres(&players[consoleplayer], atoi(COM_Argv(1)));
// no totalsphere addition to revert // no totalsphere addition to revert
} }