mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
Updates for new ANIM extract
This commit is contained in:
@@ -245,7 +245,7 @@ void ToolPrintProgress(const hecl::SystemChar* message, const hecl::SystemChar*
|
||||
else
|
||||
hecl::Printf(_S(" "));
|
||||
|
||||
int width = hecl::ConsoleWidth();
|
||||
int width = std::max(80, hecl::ConsoleWidth());
|
||||
int half;
|
||||
if (blocks)
|
||||
half = width / 2 - 2;
|
||||
|
||||
Reference in New Issue
Block a user