Explorar o código

make sure zonesky_file has a default value of an empty string

Image %!s(int64=4) %!d(string=hai) anos
pai
achega
c53c1ac128
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      EQ2/source/WorldServer/zoneserver.cpp

+ 1 - 0
EQ2/source/WorldServer/zoneserver.cpp

@@ -156,6 +156,7 @@ ZoneServer::ZoneServer(const char* name) {
 	Grid = nullptr;
 	zonemap = nullptr;
 	pathing = nullptr;
+	strcpy(zonesky_file,"");
 	
 	reloading = true;
 }