Przeglądaj źródła

save about 1k bytes (267 icons * 4)

jblanked 1 rok temu
rodzic
commit
efe63e3e76
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      game/icon.h

+ 1 - 1
game/icon.h

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