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

Change INVALID_SUBNUM and INVALID_DIRNUM to ((uint)-1) to render Deuce's

updated msgbase JSDOCS text invalid. Bwah ha ha ha!
parent 0e5393f5
No related branches found
No related tags found
No related merge requests found
......@@ -426,8 +426,8 @@ typedef enum { /* Values for xtrn_t.event */
#define CHAT_SPLITP (1<<4) /* Split screen private chat */
#define INVALID_DIR 0xffff /* Invalid directory value */
#define INVALID_SUB 0xffff /* Invalid sub-board value */
#define INVALID_DIR ((uint)-1) /* Invalid directory value */
#define INVALID_SUB ((uint)-1) /* 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