Skip to content
Snippets Groups Projects
Commit bf299146 authored by rswindell's avatar rswindell
Browse files

Reverted INVALID_SUB/INVALID_DIR definitions to 16-bit due to too many ushort compares.

parent 0151b3be
No related branches found
No related tags found
No related merge requests found
......@@ -404,8 +404,8 @@ typedef enum { /* Values for xtrn_t.event */
#define CHAT_SPLITP (1<<4) /* Split screen private chat */
#define INVALID_DIR (~0) /* Invalid directory value */
#define INVALID_SUB (~0) /* Invalid sub-board value */
#define INVALID_DIR 0xffff /* Invalid directory value */
#define INVALID_SUB 0xffff /* Invalid sub-board value */
#define KEY_BUFSIZE 1024 /* Size of keyboard input buffer */
#define SAVE_LINES 4 /* Maximum number of lines to save */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment