summaryrefslogtreecommitdiffstats
path: root/konquest/gamecore.cc
diff options
context:
space:
mode:
Diffstat (limited to 'konquest/gamecore.cc')
-rw-r--r--konquest/gamecore.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/konquest/gamecore.cc b/konquest/gamecore.cc
index 6696cbea..5f3e60c5 100644
--- a/konquest/gamecore.cc
+++ b/konquest/gamecore.cc
@@ -94,7 +94,7 @@ Map::populateMap( PlayerList &players, Player *neutral,
Freeze();
int index = 0;
- TQString names( "ABCDEFGHIJKLMNOPTQRSTUVWXYZ1234567890!@#$%^&*(),.<>;:[]{}/?-+\\|" );
+ TQString names( "ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890!@#$%^&*(),.<>;:[]{}/?-+\\|" );
// Create a planet for each player
Player *plr;