Переглянути джерело

make sure zonesky_file has a default value of an empty string

Image 4 роки тому
батько
коміт
c53c1ac128
1 змінених файлів з 1 додано та 0 видалено
  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;
 }