summaryrefslogtreecommitdiff
path: root/src/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics.h')
-rw-r--r--src/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.h b/src/graphics.h
index c4004ffc..2b6ca60e 100644
--- a/src/graphics.h
+++ b/src/graphics.h
@@ -58,7 +58,7 @@ struct ImageRect
RIGHT = 5,
LOWER_LEFT = 6,
LOWER_CENTER = 7,
- LOWER_RIGHT = 8,
+ LOWER_RIGHT = 8
};
Image *grid[9];