some fixes
This commit is contained in:
parent
bd55cfdb1a
commit
8e647e5a92
@ -1562,11 +1562,9 @@ void work_modifier (const char *s, int l) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void print_fail (struct in_ev *ev) {
|
void print_fail (struct in_ev *ev) {
|
||||||
if (ev) {
|
|
||||||
mprint_start (ev);
|
mprint_start (ev);
|
||||||
mprintf (ev, "FAIL\n");
|
mprintf (ev, "FAIL\n");
|
||||||
mprint_end (ev);
|
mprint_end (ev);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void print_success (struct in_ev *ev) {
|
void print_success (struct in_ev *ev) {
|
||||||
|
1
loop.c
1
loop.c
@ -648,6 +648,7 @@ void on_started (struct tgl_state *TLS) {
|
|||||||
if (wait_dialog_list) {
|
if (wait_dialog_list) {
|
||||||
wait_dialog_list = 0;
|
wait_dialog_list = 0;
|
||||||
tgl_do_get_dialog_list (TLS, 100, 0, dlist_cb, 0);
|
tgl_do_get_dialog_list (TLS, 100, 0, dlist_cb, 0);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
#ifdef USE_LUA
|
#ifdef USE_LUA
|
||||||
lua_diff_end ();
|
lua_diff_end ();
|
||||||
|
2
tgl
2
tgl
@ -1 +1 @@
|
|||||||
Subproject commit b75e2e9805c257b710d806564422e8b8c4b57cbf
|
Subproject commit 5d1763f05a448c8a21abfd24e2c40ab1a912db56
|
Loading…
x
Reference in New Issue
Block a user