Selaa lähdekoodia

save about 1k bytes (267 icons * 4)

jblanked 10 kuukautta sitten
vanhempi
commit
efe63e3e76
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      game/icon.h

+ 1 - 1
game/icon.h

@@ -4,7 +4,7 @@
 
 typedef struct
 {
-    char id[24];
+    char id[20];
     const Icon *icon;
     Vector size;
 } IconContext;