Skip to content

Commit

Permalink
Max battlemap size (EOP V4)
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieEldridge committed Sep 30, 2024
1 parent 3ea4605 commit d159955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M2TWEOP Code/M2TWEOP library/luaPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ sol::state* luaPlugin::init(std::string& luaFilePath, std::string& modPath)
@usage
M2TWEOP.setBattlemapSize(500,500);
*/
tables.M2TWEOP.set_function("setBattlemapSize", &gameHelpers::setMaxBgSize);
tables.M2TWEOP.set_function("setBattlemapSize", &gameHelpers::setBattlemapSize);

/***
Sets the new maximum soldier count.
Expand Down

0 comments on commit d159955

Please sign in to comment.