MSVC8 Project File + SDK Update + Some Newline Fixes
This commit is contained in:
@ -152,4 +152,4 @@ edict_t *FindEntityByClassname(edict_t *pentStart, const char *szName);
|
||||
#define GETEDICT(n) \
|
||||
((n >= 1 && n <= gpGlobals->maxClients) ? MF_GetPlayerEdict(n) : INDEXENT(n))
|
||||
|
||||
#endif // DODX_H
|
||||
#endif // DODX_H
|
||||
|
Reference in New Issue
Block a user