浏览代码

set is_switching_level to false when pvp starts

jblanked 10 月之前
父节点
当前提交
8630e1ce69
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      game/world.c

+ 1 - 0
game/world.c

@@ -142,6 +142,7 @@ static void draw_pvp_world(Level *level, GameManager *manager, void *context)
     }
     furi_string_free(json_data_str);
     set_world(level, manager, "pvp_world");
+    game_context->is_switching_level = false;
     game_context->icon_offset = 0;
     if (!game_context->imu_present)
     {