Commit 3f9d9217 authored by Vysheng's avatar Vysheng

Fixed fail when trying to send emssage before get_difference end

parent b21abd37
...@@ -725,6 +725,7 @@ int loop (void) { ...@@ -725,6 +725,7 @@ int loop (void) {
set_interface_callbacks (); set_interface_callbacks ();
tglm_send_all_unsent ();
tgl_do_get_difference (sync_from_start, get_difference_callback, 0); tgl_do_get_difference (sync_from_start, get_difference_callback, 0);
net_loop (0, dgot); net_loop (0, dgot);
assert (!(tgl_state.locks & TGL_LOCK_DIFF)); assert (!(tgl_state.locks & TGL_LOCK_DIFF));
...@@ -736,7 +737,6 @@ int loop (void) { ...@@ -736,7 +737,6 @@ int loop (void) {
#ifdef USE_LUA #ifdef USE_LUA
lua_diff_end (); lua_diff_end ();
#endif #endif
tglm_send_all_unsent ();
/*tgl_do_get_dialog_list (get_dialogs_callback, 0); /*tgl_do_get_dialog_list (get_dialogs_callback, 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment