Fix compile error
This commit is contained in:
parent
cb9127ccaf
commit
57b3393192
1 changed files with 0 additions and 6 deletions
|
@ -189,12 +189,6 @@ struct RotatingGatePuzzle
|
||||||
u8 orientation;
|
u8 orientation;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct Coords8
|
|
||||||
{
|
|
||||||
s8 deltaX;
|
|
||||||
s8 deltaY;
|
|
||||||
};
|
|
||||||
|
|
||||||
// .rodata
|
// .rodata
|
||||||
// Fortree
|
// Fortree
|
||||||
static const struct RotatingGatePuzzle sRotatingGate_FortreePuzzleConfig[] =
|
static const struct RotatingGatePuzzle sRotatingGate_FortreePuzzleConfig[] =
|
||||||
|
|
Loading…
Reference in a new issue