mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-10 02:53:51 +00:00
fix(editor): sync --version CLI output to v1.0.0
This commit is contained in:
parent
f20e602d32
commit
c75337ed2c
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ int main(int argc, char* argv[]) {
|
||||||
adtX = std::atoi(argv[++i]);
|
adtX = std::atoi(argv[++i]);
|
||||||
adtY = std::atoi(argv[++i]);
|
adtY = std::atoi(argv[++i]);
|
||||||
} else if (std::strcmp(argv[i], "--version") == 0 || std::strcmp(argv[i], "-v") == 0) {
|
} else if (std::strcmp(argv[i], "--version") == 0 || std::strcmp(argv[i], "-v") == 0) {
|
||||||
LOG_INFO("Wowee World Editor v0.9.0");
|
LOG_INFO("Wowee World Editor v1.0.0");
|
||||||
LOG_INFO("Open formats: WOT/WHM/WOM/WOB/WCP (all novel, no Blizzard IP)");
|
LOG_INFO("Open formats: WOT/WHM/WOM/WOB/WCP (all novel, no Blizzard IP)");
|
||||||
LOG_INFO("By Kelsi Davis");
|
LOG_INFO("By Kelsi Davis");
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue