mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-04-22 17:00:53 +00:00
Fix
- added missing return
This commit is contained in:
parent
5c3773a902
commit
d025f55c2a
1 changed files with 1 additions and 0 deletions
|
@ -942,6 +942,7 @@ static void G_LoadTimedMessages(void) {
|
|||
if(lexer == NULL) {
|
||||
G_Printf(S_COLOR_RED "ERROR: Could not create new bgLex to lex timed messages.\n");
|
||||
free(buffer);
|
||||
return;
|
||||
}
|
||||
|
||||
while(bgLex_lex(lexer)) {
|
||||
|
|
Loading…
Reference in a new issue