From bf8957218374347fdda52c81463b405b89b25146 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Mon, 20 Jan 2020 20:50:40 +0100 Subject: [PATCH] [hellfire] Fix 1.09 build --- Source/towners.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/towners.cpp b/Source/towners.cpp index 7d28ba169..84c454d9c 100644 --- a/Source/towners.cpp +++ b/Source/towners.cpp @@ -1312,8 +1312,8 @@ void TalkToTowner(int p, int t) if (gbMaxPlayers != 1) { NetSendCmdQuest(TRUE, QTYPE_GIRL); } -#endif } +#endif } }