Browse Source

Fixed path to zvs (bug #809); fix from from vaderas.

Frank Zago 14 years ago
parent
commit
bc8bfc2c9c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/CCreatureSet.cpp

+ 1 - 1
lib/CCreatureSet.cpp

@@ -856,7 +856,7 @@ std::string CStackInstance::bonusToGraphics(Bonus *bonus) const
 			fileName = "E_UNIC.bmp"; break;
 	}
 	if(!fileName.empty())
-		fileName = "zvs/Lib1.res/" + fileName;
+		fileName = "Data/zvs/Lib1.res/" + fileName;
 	return fileName;
 }