mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-13 00:24:06 +00:00
Fixed errors.
This commit is contained in:
parent
90e6997dcf
commit
630a1c5b7b
2 changed files with 2910 additions and 2910 deletions
5818
code/game/g_local.h
5818
code/game/g_local.h
File diff suppressed because it is too large
Load diff
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue