aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameplay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gameplay.cpp')
-rw-r--r--src/gameplay.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gameplay.cpp b/src/gameplay.cpp
index b7eab72..cc9ae6a 100644
--- a/src/gameplay.cpp
+++ b/src/gameplay.cpp
@@ -16,11 +16,12 @@ int giveTestQuest(NPC *speaker){
unsigned char i;
ui::dialogBox(speaker->name,":Yes:No","Here, have a quest!");
+
ui::waitForDialog();
if(ui::dialogOptChosen == 1){
-
- ui::dialogBox(speaker->name,NULL,"Have a good day! :)");
+
+ ui::dialogBox(speaker->name,"","Have a good day! :)");
ui::waitForDialog();
player->qh.assign("Test");