use enums for difficulty and language; fix enemy state aliases; closes #694
This commit is contained in:
@@ -61,7 +61,7 @@ asio::awaitable<void> PatchDownloadSession::run() {
|
||||
this->io_context,
|
||||
std::move(sock),
|
||||
this->version,
|
||||
1,
|
||||
Language::ENGLISH,
|
||||
netloc_str,
|
||||
this->show_command_data ? phosg::TerminalFormat::FG_GREEN : phosg::TerminalFormat::END,
|
||||
this->show_command_data ? phosg::TerminalFormat::FG_YELLOW : phosg::TerminalFormat::END);
|
||||
|
||||
Reference in New Issue
Block a user