Update Maps.cpp

develop
Ryan Williams 2022-05-30 15:23:07 -07:00 committed by Myk
parent 9d2bb01caf
commit b1e118384e
1 changed files with 126 additions and 128 deletions

@ -824,12 +824,11 @@ misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution. 3. This notice may not be removed or altered from any source distribution.
*/ */
namespace {
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// Utility function // Utility function
// //
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
std::pair<bool, bool> check_tropicality(df::region_map_entry& region, static std::pair<bool, bool> check_tropicality(df::region_map_entry& region,
int y_pos int y_pos
) )
{ {
@ -899,7 +898,7 @@ namespace {
// //
// return some unknow parameter as a percentage // return some unknow parameter as a percentage
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
int get_region_parameter(int y, static int get_region_parameter(int y,
int x int x
) )
{ {
@ -980,7 +979,6 @@ namespace {
return 100; return 100;
} }
}
/***************************************************************************** /*****************************************************************************