Clean up some players references
This commit is contained in:
parent
02900c8fa5
commit
4044fadeb5
22 changed files with 204 additions and 254 deletions
|
|
@ -129,7 +129,7 @@ std::string DebugCmdGiveGoldCheat(const string_view parameter)
|
|||
myPlayer._pGold += GOLD_MAX_LIMIT;
|
||||
itemId = myPlayer._pNumInv;
|
||||
}
|
||||
CalcPlrInv(MyPlayerId, true);
|
||||
CalcPlrInv(myPlayer, true);
|
||||
|
||||
return "You are now rich! If only this was as easy in real life...";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue