diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-08-11 15:42:08 -0700 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-08-11 15:42:08 -0700 |
commit | 57b3393192106f628bde9032308917f7fc3f39cf (patch) | |
tree | 7c6425dec18be07ef36a7d2d8b5a6b713be7373b /src/rotating_gate.c | |
parent | cb9127ccafd894708ede6ece8831de7af483f695 (diff) |
Fix compile error
Diffstat (limited to 'src/rotating_gate.c')
-rw-r--r-- | src/rotating_gate.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/rotating_gate.c b/src/rotating_gate.c index 1f5ef165f..fcced6c8c 100644 --- a/src/rotating_gate.c +++ b/src/rotating_gate.c @@ -189,12 +189,6 @@ struct RotatingGatePuzzle u8 orientation; }; -struct Coords8 -{ - s8 deltaX; - s8 deltaY; -}; - // .rodata // Fortree static const struct RotatingGatePuzzle sRotatingGate_FortreePuzzleConfig[] = |