mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-23 15:53:16 +00:00
Move civ JSON files to simulation/data. Patch by MattDoerksen. Fixes #2562.
This was SVN commit r16485.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user