From 97130e5c2990c1eb807b80c1387dc29249b95014 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Wed, 30 Jan 2002 01:11:22 +0000
Subject: [PATCH] Initialize hotkey recursion counter (hotkey_inside).

---
 src/sbbs3/main.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/sbbs3/main.cpp b/src/sbbs3/main.cpp
index 2542bf256f..d17a54fafd 100644
--- a/src/sbbs3/main.cpp
+++ b/src/sbbs3/main.cpp
@@ -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;
-- 
GitLab