Skip to content

Commit

Permalink
Added GND versions 105,106,107 to gnd
Browse files Browse the repository at this point in the history
  • Loading branch information
Borf committed Mar 12, 2023
1 parent 161fbc1 commit a8a3ee9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions browedit/components/Gnd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,12 @@ void Gnd::buildImGui(BrowEdit* browEdit)
version = 0x0103;
if (ImGui::Selectable("0104", version == 0x0104))
version = 0x0104;
if (ImGui::Selectable("0105", version == 0x0105))
version = 0x0105;
if (ImGui::Selectable("0106", version == 0x0106))
version = 0x0106;
if (ImGui::Selectable("0107", version == 0x0107))
version = 0x0107;
if (ImGui::Selectable("0108", version == 0x0108))
version = 0x0108;
if (ImGui::Selectable("0109", version == 0x0109))
Expand Down

0 comments on commit a8a3ee9

Please sign in to comment.