multiplayer hud bug

stable-5.2
Tobias Zwick 2010-01-03 17:54:25 +01:00
parent eb86408bc4
commit 155443494d
1 changed files with 2 additions and 2 deletions

View File

@ -40,14 +40,14 @@ protected func Recruitment(int iPlr) {
// Broadcast f<>r Crew
GameCallEx("OnClonkRecruitment", this, iPlr);
_inherited(...);
return _inherited(iPlr,...);
}
protected func DeRecruitment(int iPlr) {
// Broadcast f<>r Crew
GameCallEx("OnClonkDeRecruitment", this, iPlr);
_inherited(...);
return _inherited(iPlr,...);
}
/*