Changed: Renamed ring_map_entry_ponts.txt to r2_entry_points.txt in compatibility-develop too (don't forget to update data_common.bnp!)

--HG--
branch : compatibility-develop
This commit is contained in:
kervala 2016-05-20 19:18:46 +02:00
parent 719e6f6e85
commit 85948a1f1c

View file

@ -57,7 +57,7 @@ CScenarioEntryPoints::CScenarioEntryPoints()
void CScenarioEntryPoints::init() void CScenarioEntryPoints::init()
{ {
_CompleteIslandsFilename = "r2_islands.xml"; _CompleteIslandsFilename = "r2_islands.xml";
_EntryPointsFilename = "ring_map_entry_ponts.txt"; _EntryPointsFilename = "r2_entry_points.txt";
} }
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------