|
|
@ -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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*****************************************************************************
|
|
|
|
/*****************************************************************************
|
|
|
|