summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/libgui.h')
-rw-r--r--crawl-ref/source/libgui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/libgui.h b/crawl-ref/source/libgui.h
index 89331b6b37..f258d1b4f3 100644
--- a/crawl-ref/source/libgui.h
+++ b/crawl-ref/source/libgui.h
@@ -127,7 +127,7 @@ void put_colour_ch(int colour, unsigned ch);
void writeWChar(unsigned char *ch);
void puttext(int x, int y, int lx, int ly, unsigned char *buf,
- bool mono = false, int where = 0);
+ bool mono = false, int where = 0);
void ViewTextFile(const char *name);
#define textattr(x) textcolor(x)
@@ -156,7 +156,7 @@ int getch_ck();
#define EV_UNBUTTON 4
#define _NORMALCURSOR 1
-#define _NOCURSOR 0
+#define _NOCURSOR 0
#define textcolor_cake(col) textcolor((col)<<4 | (col))