mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +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;
|
||||
do {
|
||||
token = COM_ParseExt( program, qtrue );
|
||||
if( *program && token[1] == 0 ) {
|
||||
if( token[1] == 0 ) {
|
||||
if( token[0] == '{' ) {
|
||||
depth++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue