瀏覽代碼

save about 1k bytes (267 icons * 4)

jblanked 11 月之前
父節點
當前提交
efe63e3e76
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;