diff options
-rw-r--r-- | spuregion.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spuregion.h b/spuregion.h index a66652f..0c73b29 100644 --- a/spuregion.h +++ b/spuregion.h @@ -34,6 +34,7 @@ const static int MAX_SECTIONS = 15; // we can support up to 15 sections per regi struct sSection { uint16_t startColumn; + uint16_t endColumn; uint8_t cmap[16]; tIndex colIndex[MAX_COLORS]; |