I'd meant for this to match the frontend 0.9.20
authornemo
Sat, 04 Jan 2014 02:18:57 +0100
branch0.9.20
changeset 9909 b2e868026bb0
parent 9907 129614d78ae8
child 9911 9a8fe10c1ecf
I'd meant for this to match the frontend
hedgewars/uStore.pas
--- a/hedgewars/uStore.pas	Sat Jan 04 02:18:57 2014 +0100
+++ b/hedgewars/uStore.pas	Sat Jan 04 02:18:57 2014 +0100
@@ -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;