Skip to content
Snippets Groups Projects
Commit 1c508015 authored by Monster Iestyn's avatar Monster Iestyn
Browse files

Fix typo introduced by changes to the setrings command

parent 900cbf72
Branches
Tags
No related merge requests found
...@@ -890,7 +890,7 @@ void Command_Setrings_f(void) ...@@ -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
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment