hedgewars/uConsts.pas
changeset 6941 228c0ab239f1
parent 6917 4889c2b779b4
child 6975 2587acdf0d23
--- a/hedgewars/uConsts.pas	Fri Apr 27 23:10:48 2012 +0200
+++ b/hedgewars/uConsts.pas	Fri Apr 27 23:09:27 2012 +0200
@@ -266,7 +266,7 @@
     ammoprop_Utility      = $00001000;
     ammoprop_Effect       = $00002000;
     ammoprop_SetBounce    = $00004000;
-    ammoprop_NeedUpDown   = $00008000;//Used by 
+    ammoprop_NeedUpDown   = $00008000;//Used by TouchInterface to show or hide up/down widgets 
     ammoprop_NoRoundEnd   = $10000000;
 
     AMMO_INFINITE = 100;