Browse Source

Fix Celia's dialog when reciving Theodor

pull/2610/head
Anders Jenbo 5 years ago
parent
commit
fcbf2802cb
  1. 1
      Source/towners.cpp

1
Source/towners.cpp

@ -727,6 +727,7 @@ void TalkToGirl(PlayerStruct &player, TownerStruct &girl)
LoadTownerAnimations(girl, "Towners\\Girl\\Girls1.CEL", 20, DIR_S, 6); LoadTownerAnimations(girl, "Towners\\Girl\\Girls1.CEL", 20, DIR_S, 6);
if (gbIsMultiplayer) if (gbIsMultiplayer)
NetSendCmdQuest(true, Q_GIRL); NetSendCmdQuest(true, Q_GIRL);
return;
} }
switch (Quests[Q_GIRL]._qactive) { switch (Quests[Q_GIRL]._qactive) {

Loading…
Cancel
Save