mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-28 06:52:35 +00:00
revert changes to that one as this is not necessary.
This commit is contained in:
parent
5c1167557a
commit
f5b3a13313
1 changed files with 1 additions and 1 deletions
|
@ -599,7 +599,7 @@ void SkipBracedSection (char **program) {
|
||||||
depth = 0;
|
depth = 0;
|
||||||
do {
|
do {
|
||||||
token = COM_ParseExt( program, qtrue );
|
token = COM_ParseExt( program, qtrue );
|
||||||
if( *program && token[1] == 0 ) {
|
if( token[1] == 0 ) {
|
||||||
if( token[0] == '{' ) {
|
if( token[0] == '{' ) {
|
||||||
depth++;
|
depth++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue