Move civ JSON files to simulation/data. Patch by MattDoerksen. Fixes #2562.

This was SVN commit r16485.
This commit is contained in:
leper
2015-04-01 23:48:33 +00:00
parent 7695d2fcb9
commit 4e763ef26e
17 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
/* Copyright (C) 2014 Wildfire Games.
/* Copyright (C) 2015 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify
@@ -847,7 +847,7 @@ std::vector<std::string> CSimulation2::GetRMSData()
std::vector<std::string> CSimulation2::GetCivData()
{
return GetJSONData(L"civs/");
return GetJSONData(L"simulation/data/civs/");
}
static std::string ReadJSON(const VfsPath& path)