summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cio.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-06-08 21:40:09 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-06-08 21:40:09 +0200
commit13c6cab02a22a461521f9261bb9bbaa8ce51c4b9 (patch)
treeddeaa27d7627cd882b58423da9a2e5b184a1427f /crawl-ref/source/cio.h
parenta7e9368205d063d909ea949a912e846997a7636f (diff)
downloadcrawl-ref-13c6cab02a22a461521f9261bb9bbaa8ce51c4b9.tar.gz
crawl-ref-13c6cab02a22a461521f9261bb9bbaa8ce51c4b9.zip
Bring sanity to enums by making them diffable/patchable.
Diffstat (limited to 'crawl-ref/source/cio.h')
-rw-r--r--crawl-ref/source/cio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/cio.h b/crawl-ref/source/cio.h
index 5afae9406b..7755a55fd0 100644
--- a/crawl-ref/source/cio.h
+++ b/crawl-ref/source/cio.h
@@ -91,7 +91,7 @@ struct c_mouse_event
BUTTON4 = 0x40,
BUTTON4_DBL = 0x80,
BUTTON_SCRL_UP = 0x100,
- BUTTON_SCRL_DN = 0x200
+ BUTTON_SCRL_DN = 0x200,
};
c_mouse_event() : pos(-1, -1), bstate(0)
@@ -196,7 +196,7 @@ enum KEYS
CK_MOUSE_B3,
CK_MOUSE_B4,
CK_MOUSE_B5,
- CK_MOUSE_CLICK
+ CK_MOUSE_CLICK,
};
class cursor_control