fix typos
This commit is contained in:
@@ -111,7 +111,7 @@ typedef long clock_t;
|
||||
#include <dos.h> /* needed for delay() */
|
||||
#endif
|
||||
|
||||
#ifdef SCREEN_DJGPPFAST /* parts of this block may be unecessary now */
|
||||
#ifdef SCREEN_DJGPPFAST /* parts of this block may be unnecessary now */
|
||||
#define get_cursor(x, y) ScreenGetCursor(y, x)
|
||||
#endif
|
||||
|
||||
@@ -134,7 +134,7 @@ int attrib_gr_normal; /* graphics mode normal attribute */
|
||||
int attrib_text_intense; /* text mode intense attribute */
|
||||
int attrib_gr_intense; /* graphics mode intense attribute */
|
||||
uint32 curframecolor = NO_COLOR; /* current background text color */
|
||||
boolean traditional = FALSE; /* traditonal TTY character mode */
|
||||
boolean traditional = FALSE; /* traditional TTY character mode */
|
||||
boolean inmap = FALSE; /* in the map window */
|
||||
char ttycolors[CLR_MAX]; /* also used/set in options.c */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user