Explain those weird hexcodes in uGearsHedgehog 0.9.25
authorWuzzy <Wuzzy2@mail.ru>
Wed, 05 Dec 2018 15:47:34 +0100
branch0.9.25
changeset 14367 40dd8eb60d54
parent 14366 2ab312c47dc3
child 14368 c2a3d15df7d3
Explain those weird hexcodes in uGearsHedgehog
hedgewars/uGearsHedgehog.pas
--- a/hedgewars/uGearsHedgehog.pas	Wed Dec 05 09:38:31 2018 -0500
+++ b/hedgewars/uGearsHedgehog.pas	Wed Dec 05 15:47:34 2018 +0100
@@ -775,6 +775,7 @@
         if (ammo = amNothing) or (cnt = 0) then
             s:= trmsg[sidEmptyCrate]
         else if cnt >= AMMO_INFINITE then
+            // infinity symbol
             s:= name + ansistring(' (+' + char($E2) + char($88) + char($9E) +')')
         else
             s:= name + ansistring(' (+' + IntToStr(cnt) + ')');