Core/Player: Fixed warning

This commit is contained in:
vincent-michael
2017-06-04 19:53:13 +02:00
parent aae1a68ad2
commit 61231f7e12
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ int main(int argc, char* argv[])
Trinity::Banner::Show("VMAP assembler", [](char const* text) { std::cout << text << std::endl; }, nullptr);
std::string src = "Buildings";
std::string dest = "vmaps";
std::string dest = "vmaps";
if (argc > 3)
{