- added missing return
This commit is contained in:
Walter Julius Hennecke 2013-04-28 02:04:07 +02:00
parent 5c3773a902
commit d025f55c2a

View file

@ -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)) {