2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-04-16 22:32:30 +03:00

Move variable declarations under define that use them.

This commit is contained in:
Lev 2017-01-24 22:58:57 +05:00
parent 43fbd196a9
commit ef3c83abc0

View File

@ -42,11 +42,11 @@
#define c_yes (*pc_yes)
#define c_no (*pc_no)
#endif // HOOK_ENGINE
extern int c_yes;
extern int c_no;
#endif // HOOK_ENGINE
qboolean SV_CheckBottom(edict_t *ent);
qboolean SV_movetest(edict_t *ent, vec_t *move, qboolean relink);
qboolean SV_movestep(edict_t *ent, vec_t *move, qboolean relink);