]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mapinfo.qc
fix uses of uninitialized locals
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mapinfo.qc
index 166acac675b08c52bf38988e23ea46bc534a7f19..9de5098cb349febadfccd332700803fb69abd337 100644 (file)
@@ -242,6 +242,8 @@ float _MapInfo_Generate(string pFilename) // 0: failure, 1: ok ent, 2: ok bsp
        spawnpoints = 0;
        spawnplaces = 0;
        _MapInfo_Map_worldspawn_music = "";
+       mapMins = '0 0 0';
+       mapMaxs = '0 0 0';
 
        for(;;)
        {