diff options
| author | megamage <none@none> | 2009-01-14 00:34:08 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-01-14 00:34:08 -0600 |
| commit | cc92edba07225cf1683a94d0f133bd26862f319f (patch) | |
| tree | 7c52dad2baf44821923dc571add869c51a23a0f1 /src | |
| parent | 850478d38f268c0c5fc590e4e96e1e5b911dd686 (diff) | |
*Fix a typo. By Paradox.
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/World.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp index 838e2013270..99ca7c185f8 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -707,7 +707,7 @@ void World::LoadConfigSettings(bool reload) { sLog.outError("StartArenaPoints (%i) must be in range 0..MaxArenaPoints(%u). Set to %u.", m_configs[CONFIG_START_ARENA_POINTS],m_configs[CONFIG_MAX_ARENA_POINTS],0); - m_configs[CONFIG_MAX_ARENA_POINTS] = 0; + m_configs[CONFIG_START_ARENA_POINTS] = 0; } else if(m_configs[CONFIG_START_ARENA_POINTS] > m_configs[CONFIG_MAX_ARENA_POINTS]) { |
