Skip to content

Commit

Permalink
Fix warnings on infoportions registration
Browse files Browse the repository at this point in the history
  • Loading branch information
Drombeys committed Jul 22, 2024
1 parent a87d122 commit 7b11ad2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gamedata/configs/gameplay/info_escape.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
<info_portion id="esc_wolf_brother_1"></info_portion>
<info_portion id="esc_wolf_brother_2"></info_portion>
<info_portion id="esc_wolf_brother_3"></info_portion>
<info_portion id="esc_wolf_brother_4"></info_portion>
<info_portion id="esc_wolf_brother_fail"></info_portion>
<info_portion id="esc_wolf_brother_info"></info_portion>
<info_portion id="esc_comm_info"></info_portion>
Expand Down Expand Up @@ -174,4 +175,4 @@

<!-- Faction join -->
<info_portion id="esc_join_need_sound"></info_portion>
</game_information_portions>
</game_information_portions>
9 changes: 8 additions & 1 deletion gamedata/configs/gameplay/info_portions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@
<disable>ui_car_body</disable>
</info_portion>

<info_portion id="ui_talk_show">
<disable>ui_talk_show_hide</disable>
</info_portion>
<info_portion id="ui_talk_show_hide">
<disable>ui_talk_show</disable>
</info_portion>

<info_portion id="test_info_1"></info_portion>
<info_portion id="test_info_2"></info_portion>
<info_portion id="test_info_3"></info_portion>
Expand Down Expand Up @@ -121,4 +128,4 @@
<info_portion id="sim_capture_enemy_base_freedom_done"></info_portion>
<info_portion id="sim_capture_enemy_base_dolg_done"></info_portion>

</game_information_portions>
</game_information_portions>

0 comments on commit 7b11ad2

Please sign in to comment.