stable-5.2
Tobias Zwick 2010-01-25 18:15:16 +01:00
commit 52c001a1c7
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);