diff options
author | Treeki <treeki@gmail.com> | 2012-05-08 02:43:37 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-05-08 02:43:37 +0200 |
commit | a6ddc5c5bcdbc18feb1c04d38b452d225dd7852b (patch) | |
tree | 18f1a7b3dcd56f9a44284ce2690ff759abec09df /src/koopatlas/mapdata.h | |
parent | 57ffe9814a0074c01843700af0498d35a84c80f0 (diff) | |
download | kamek-a6ddc5c5bcdbc18feb1c04d38b452d225dd7852b.tar.gz kamek-a6ddc5c5bcdbc18feb1c04d38b452d225dd7852b.zip |
I don't even remember what shit this commit contains
Diffstat (limited to '')
-rw-r--r-- | src/koopatlas/mapdata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/koopatlas/mapdata.h b/src/koopatlas/mapdata.h index 913c933..ace1edd 100644 --- a/src/koopatlas/mapdata.h +++ b/src/koopatlas/mapdata.h @@ -67,7 +67,7 @@ struct dKPNode_s { NodeTypes type; union { struct { u8 levelNumber[2]; }; - struct { const char *destMap; u8 thisID, foreignID, transition; }; + struct { const char *destMap; u8 thisID, foreignID, transition, _; }; }; |