I'd meant for this to match the frontend
authornemo
Fri, 03 Jan 2014 14:11:16 -0500
changeset 9938 6dbddbb7b229
parent 9937 948f48b29360
child 9939 462b644f415c
I'd meant for this to match the frontend
hedgewars/uStore.pas
--- a/hedgewars/uStore.pas	Fri Jan 03 19:28:14 2014 +0100
+++ b/hedgewars/uStore.pas	Fri Jan 03 14:11:16 2014 -0500
@@ -244,8 +244,8 @@
                         begin
                         if (month = 4) and (md = 20) then
                             Hat := 'eastertop'   // Easter
-                        else if (month = 12) and ((md = 25) or (md = 24)) then
-                            Hat := 'Santa'       // Christmas/Christmas Eve
+                        else if (month = 12) and ((md = 24) or (md = 25) or (md = 26)) then
+                            Hat := 'Santa'       // Christmas Eve/Christmas/Boxing Day
                         else if (month = 10) and (md = 31) then
                             Hat := 'fr_pumpkin'; // Halloween/Hedgewars' birthday
                         end;