summaryrefslogtreecommitdiff
path: root/src/koopatlas
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-09-29 06:43:04 +0200
committerTreeki <treeki@gmail.com>2012-09-29 06:43:04 +0200
commit75b8e3f590a5588950bc733653d030c853397b1c (patch)
tree61534062f647d9f60d335c6df18ec9c32bde98c0 /src/koopatlas
parentb3c37e5a9ef81250d6554fcbb8089154b4940c9f (diff)
downloadkamek-75b8e3f590a5588950bc733653d030c853397b1c.tar.gz
kamek-75b8e3f590a5588950bc733653d030c853397b1c.zip
fixed not having enough space for the HUD hue
Diffstat (limited to '')
-rw-r--r--src/koopatlas/mapdata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/koopatlas/mapdata.h b/src/koopatlas/mapdata.h
index a0beb4d..8c133b4 100644
--- a/src/koopatlas/mapdata.h
+++ b/src/koopatlas/mapdata.h
@@ -193,11 +193,11 @@ struct dKPWorldDef_s {
GXColor fsTextColours[2];
GXColor fsHintColours[2];
GXColor hudTextColours[2];
- u8 hudHintH;
+ u16 hudHintH;
s8 hudHintS, hudHintL;
u8 key, trackID;
u8 worldID;
- u8 padding1, padding2;
+ u8 padding;
};
struct dKPMapFile_s {