From fcbf2802cbb088079c72826460fcdbe58b8a7f8c Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 15 Aug 2021 23:40:22 +0200 Subject: [PATCH] Fix Celia's dialog when reciving Theodor --- Source/towners.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/towners.cpp b/Source/towners.cpp index a414999e7..a00922587 100644 --- a/Source/towners.cpp +++ b/Source/towners.cpp @@ -727,6 +727,7 @@ void TalkToGirl(PlayerStruct &player, TownerStruct &girl) LoadTownerAnimations(girl, "Towners\\Girl\\Girls1.CEL", 20, DIR_S, 6); if (gbIsMultiplayer) NetSendCmdQuest(true, Q_GIRL); + return; } switch (Quests[Q_GIRL]._qactive) {