Merge branch 'master' of https://github.com/rheit/zdoom into zscript
# Conflicts: # src/scripting/codegeneration/codegen.cpp
This commit is contained in:
commit
646f9b21c7
12 changed files with 64 additions and 59 deletions
|
|
@ -497,7 +497,7 @@ DFsSection *FParser::looping_section()
|
|||
if(!best || (current->start_index > best->start_index))
|
||||
best = current; // save it
|
||||
}
|
||||
current = current->next;
|
||||
current = current->next;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue