dialog fix
This commit is contained in:
parent
383dcac5c4
commit
cb7a5ec25b
1 changed files with 3 additions and 2 deletions
|
@ -118,6 +118,7 @@ void page_dialog(Dialog **d) {
|
|||
if((*d)->pos >= (*d)->count) {
|
||||
delete_dialog(*d);
|
||||
*d = NULL;
|
||||
global.timer++;
|
||||
if(!global.boss)
|
||||
global.timer++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue