mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 17:22:12 +00:00
Fix typo introduced by changes to the setrings command
This commit is contained in:
parent
900cbf72c8
commit
1c5080151d
1 changed files with 1 additions and 1 deletions
|
@ -890,7 +890,7 @@ void Command_Setrings_f(void)
|
|||
else
|
||||
{
|
||||
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue