2
0
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:
Jack Andersen
2016-04-06 17:38:37 -10:00
parent f7826ad7ec
commit 761be432be
7 changed files with 118 additions and 6 deletions

View File

@@ -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;