Skip to content

Commit

Permalink
xrGame: remname forgotten virtual methods in child classes
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed Nov 6, 2018
1 parent 51c0846 commit 84a0180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrGame/console_commands_mp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@ class CCC_Name : public IConsole_Command
bLowerCaseArgs = false;
bEmptyArgsHandled = false;
};
virtual void Status(TStatus& S)
virtual void GetStatus(TStatus& S)
{
S[0] = 0;
if (IsGameTypeSingle())
Expand Down

0 comments on commit 84a0180

Please sign in to comment.