summaryrefslogtreecommitdiff
path: root/src/npc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/npc.cpp')
-rw-r--r--src/npc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/npc.cpp b/src/npc.cpp
index 246fb205..dff1e299 100644
--- a/src/npc.cpp
+++ b/src/npc.cpp
@@ -112,7 +112,6 @@ void NPC::talk()
outMsg.writeInt16(CMSG_NPC_TALK);
outMsg.writeInt32(mId);
outMsg.writeInt8(0);
- current_npc = this;
}
void NPC::nextDialog()