Explorar el Código

save about 1k bytes (267 icons * 4)

jblanked hace 9 meses
padre
commit
efe63e3e76
Se han modificado 1 ficheros con 1 adiciones y 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;