Skip to content

Commit

Permalink
Tactical map -> Battle map
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieEldridge committed Oct 19, 2024
1 parent 6657c5e commit 358c736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M2TWEOP Code/M2TWEOP library/contextMenuStrat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ContextMenuStrat::ContextMenuStrat()
ctxItems.insert(std::make_pair("TacticMapView", ContextMenuItem(
[]()
{
if (ImGui::Button("View tactical map"))
if (ImGui::Button("View battle map"))
{
int posAtMap[2]{};

Expand Down

0 comments on commit 358c736

Please # to comment.