# HG changeset patch # User Wuzzy # Date 1544021254 -3600 # Node ID 40dd8eb60d54413121b0ea020fb4147f75e9a198 # Parent 2ab312c47dc30dc00a25a35acd599104b7237f28 Explain those weird hexcodes in uGearsHedgehog diff -r 2ab312c47dc3 -r 40dd8eb60d54 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) + ')');