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

Initialize hotkey recursion counter (hotkey_inside).

parent 1d817947
No related branches found
No related tags found
No related merge requests found
......@@ -1575,6 +1575,7 @@ sbbs_t::sbbs_t(ushort node_num, DWORD addr, char* name, SOCKET sd,
online = 0;
outchar_esc = 0;
nodemsg_inside = 0; /* allows single nest */
hotkey_inside = 0; /* allows single nest */
nodesync_inside = false;
errorlog_inside = false;
errormsg_inside = false;
......
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