Skip to content
Snippets Groups Projects
Commit 3d853f7a authored by deuce's avatar deuce
Browse files

Check for and read messages before entering the mail loop.

parent 8ca5b79c
No related branches found
No related tags found
No related merge requests found
......@@ -2075,6 +2075,11 @@ function mainloop(ntn)
return;
}
/* Check for messages */
inbuf = format(MAILFL, ntn);
reader(inbuf, 1);
/* enter the loop */
saystat("Welcome to Solomoriah's WAR! Press ? for Help.");
......
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