mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:47:42 +00:00
libBoo update and windows fixes
This commit is contained in:
@@ -29,7 +29,7 @@ public:
|
||||
{
|
||||
if (arg.empty())
|
||||
continue;
|
||||
else if (!arg.compare("--fast"))
|
||||
else if (!arg.compare(_S("--fast")))
|
||||
{
|
||||
m_fast = true;
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user