Remove unused argument of entityclass::getcompanion()

The argument provided to entityclass::getcompanion() does absolutely
nothing. Remove it, and update all callers.
This commit is contained in:
Misa
2020-04-01 15:32:21 -07:00
committed by Ethan Lee
parent d910800423
commit 7abf40881a
5 changed files with 18 additions and 18 deletions

View File

@@ -97,7 +97,7 @@ public:
bool gettype(int t);
int getcompanion(int t);
int getcompanion();
int getplayer();