diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-09 13:26:59 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-09 13:28:24 -0600 |
commit | d605691a3fe219cde175eb68239bea91ae2d91fd (patch) | |
tree | 7386503438bf4590f6f7a9bdfd7a6a54ee6982a0 /src/gui/npc_text.h | |
parent | df1c392c03202866a809facefb378a12204a7c94 (diff) | |
download | mana-d605691a3fe219cde175eb68239bea91ae2d91fd.tar.gz mana-d605691a3fe219cde175eb68239bea91ae2d91fd.tar.bz2 mana-d605691a3fe219cde175eb68239bea91ae2d91fd.tar.xz mana-d605691a3fe219cde175eb68239bea91ae2d91fd.zip |
Send the correct packet for the NPC close button
Both packets do the same, but we should be explicit anyways. Also,
seperate out NPC client packets.
Diffstat (limited to 'src/gui/npc_text.h')
-rw-r--r-- | src/gui/npc_text.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/npc_text.h b/src/gui/npc_text.h index 019c22a5..f030115b 100644 --- a/src/gui/npc_text.h +++ b/src/gui/npc_text.h @@ -79,6 +79,8 @@ class NpcTextDialog : public Window, public gcn::ActionListener void nextDialog(int npcID = current_npc); + void closeDialog(int npcID = current_npc); + /** * Called when resizing the window. * |