mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
possible fix for torsion lineno
This commit is contained in:
parent
b7c04c5734
commit
b338458a1d
2 changed files with 2 additions and 0 deletions
|
|
@ -2741,6 +2741,7 @@ void CMDSetScanBuffer(const char *sb, const char *fn)
|
|||
scanBuffer = sb;
|
||||
fileName = fn;
|
||||
scanIndex = 0;
|
||||
yylineno = 1;
|
||||
}
|
||||
|
||||
int CMDgetc()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue