mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Merge pull request #1282 from marauder2k9-torque/torsion-fix
possible fix for torsion line no
This commit is contained in:
commit
6c4eec21c4
2 changed files with 2 additions and 0 deletions
|
|
@ -2741,6 +2741,7 @@ void CMDSetScanBuffer(const char *sb, const char *fn)
|
||||||
scanBuffer = sb;
|
scanBuffer = sb;
|
||||||
fileName = fn;
|
fileName = fn;
|
||||||
scanIndex = 0;
|
scanIndex = 0;
|
||||||
|
yylineno = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int CMDgetc()
|
int CMDgetc()
|
||||||
|
|
|
||||||
|
|
@ -291,6 +291,7 @@ void CMDSetScanBuffer(const char *sb, const char *fn)
|
||||||
scanBuffer = sb;
|
scanBuffer = sb;
|
||||||
fileName = fn;
|
fileName = fn;
|
||||||
scanIndex = 0;
|
scanIndex = 0;
|
||||||
|
yylineno = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int CMDgetc()
|
int CMDgetc()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue