diff options
-rw-r--r-- | src/graphic/graphic.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphic/graphic.cpp b/src/graphic/graphic.cpp index bda6a7dc..98882f22 100644 --- a/src/graphic/graphic.cpp +++ b/src/graphic/graphic.cpp @@ -330,6 +330,7 @@ void do_graphic(void) { } show_npc_dialog = 0; sell_dialog[3].d2 = 0; + sprintf((char *)sell_dialog[5].dp, "%i", 0); sell_player = init_dialog(sell_dialog, -1); close_shop(); } |