From 2eabeb234e66187c3f5a423a4271ed560f251bcd Mon Sep 17 00:00:00 2001 From: kaetemi Date: Sat, 13 Sep 2014 10:08:44 +0200 Subject: [PATCH] File name, fix #202 --- code/ryzom/common/src/game_share/scenario_entry_points.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/common/src/game_share/scenario_entry_points.cpp b/code/ryzom/common/src/game_share/scenario_entry_points.cpp index 7c01af145..e32778089 100644 --- a/code/ryzom/common/src/game_share/scenario_entry_points.cpp +++ b/code/ryzom/common/src/game_share/scenario_entry_points.cpp @@ -57,7 +57,7 @@ CScenarioEntryPoints::CScenarioEntryPoints() void CScenarioEntryPoints::init() { _CompleteIslandsFilename = "r2_islands.xml"; - _EntryPointsFilename = "r2_entry_points.txt"; + _EntryPointsFilename = "ring_map_entry_ponts.txt"; } //-----------------------------------------------------------------------------