mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 05:20:31 +00:00
clear
clear lines, and dont try to print lines when there is no file.
This commit is contained in:
parent
eeb002ce6b
commit
8140ed9b64
4 changed files with 20 additions and 12 deletions
|
|
@ -2742,6 +2742,7 @@ void CMDSetScanBuffer(const char *sb, const char *fn)
|
|||
fileName = fn;
|
||||
scanIndex = 0;
|
||||
yylineno = 1;
|
||||
lines.clear();
|
||||
}
|
||||
|
||||
int CMDgetc()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue