removed the default argument in uWorld
authorXeli
Sat, 05 May 2012 16:41:14 +0200
changeset 7023 b320ff81cc73
parent 7022 107651b3c5a0
child 7024 3e1cca870090
removed the default argument in uWorld
hedgewars/uWorld.pas
--- a/hedgewars/uWorld.pas	Sat May 05 16:38:41 2012 +0200
+++ b/hedgewars/uWorld.pas	Sat May 05 16:41:14 2012 +0200
@@ -36,7 +36,7 @@
 procedure ShakeCamera(amount: LongInt);
 procedure InitCameraBorders;
 procedure InitTouchInterface;
-procedure SetUtilityWidgetState(ammoType: TAmmoType = amNothing);
+procedure SetUtilityWidgetState(ammoType: TAmmoType);
 procedure animateWidget(widget: POnScreenWidget; fade, showWidget: boolean);
 procedure MoveCamera;
 procedure onFocusStateChanged;