an inherited...

stable-5.2
Tobias Zwick 2010-01-25 01:07:42 +01:00
parent eec47cc89a
commit d78c12427e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ func SetHUDObject(object extraslot) { ExtraHUD = extraslot; }
func NotifyHUD() { if(ExtraHUD) ExtraHUD->Update(); }
func Collection2() { NotifyHUD(); return _inherited(...); }
func Ejection() { NotifyHUD(); return _inherited(...); }
func Departure() { if(Contents(0)) Contents(0)->Exit(); }
func Departure() { if(Contents(0)) Contents(0)->Exit(); return _inherited(...); }
func Definition(def) {
SetProperty("Name", "ExtraSlot", def);