Fix another compile error
This commit is contained in:
parent
18a6bc8a48
commit
ef0df80856
1 changed files with 0 additions and 2 deletions
|
|
@ -303,10 +303,8 @@ void I_PrintStr(const char *cp)
|
|||
}
|
||||
}
|
||||
|
||||
if (StartWindow) CleanProgressBar();
|
||||
fputs(printData.GetChars(),stdout);
|
||||
if (terminal) fputs("\033[0m",stdout);
|
||||
if (StartWindow) RedrawProgressBar(ProgressBarCurPos,ProgressBarMaxPos);
|
||||
}
|
||||
|
||||
bool HoldingQueryKey(const char* key)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue