diff --git a/plugins/mapchooser.sma b/plugins/mapchooser.sma index 21ba8ad9..0e0d0e90 100755 --- a/plugins/mapchooser.sma +++ b/plugins/mapchooser.sma @@ -275,6 +275,7 @@ loadSettings(filename[]) while (!feof(fp)) { buff[0]='^0'; + szText[0]='^0'; fgets(fp, buff, charsof(buff));