Explorar o código

save about 1k bytes (267 icons * 4)

jblanked hai 9 meses
pai
achega
efe63e3e76
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;