Fixed errors.

This commit is contained in:
Walter Julius Hennecke 2013-12-13 21:10:33 +01:00
parent 90e6997dcf
commit 630a1c5b7b
2 changed files with 2910 additions and 2910 deletions

File diff suppressed because it is too large Load diff

View file

@ -218,7 +218,7 @@ gentity_t* G_Find (gentity_t* from, size_t fieldofs, const char* match)
if (match == NULL) {
G_LocLogger(LL_ERROR, "match == NULL\n");
G_LogFuncEnd();
retur NULL;
return NULL;
}
if (from == NULL) {