Merge remote-tracking branch 'upstream/development' into sound-fix

This commit is contained in:
marauder2k7 2024-05-25 09:10:24 +01:00
commit 16ff27c6e6
2 changed files with 2 additions and 0 deletions

View file

@ -2741,6 +2741,7 @@ void CMDSetScanBuffer(const char *sb, const char *fn)
scanBuffer = sb;
fileName = fn;
scanIndex = 0;
yylineno = 1;
}
int CMDgetc()

View file

@ -291,6 +291,7 @@ void CMDSetScanBuffer(const char *sb, const char *fn)
scanBuffer = sb;
fileName = fn;
scanIndex = 0;
yylineno = 1;
}
int CMDgetc()