mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- removed unused constants in p_map.cpp.
This commit is contained in:
parent
f8899f98fc
commit
26c381224c
1 changed files with 0 additions and 5 deletions
|
@ -53,11 +53,6 @@
|
||||||
#include "r_data/r_translate.h"
|
#include "r_data/r_translate.h"
|
||||||
#include "g_level.h"
|
#include "g_level.h"
|
||||||
|
|
||||||
#define WATER_SINK_FACTOR 3
|
|
||||||
#define WATER_SINK_SMALL_FACTOR 4
|
|
||||||
#define WATER_SINK_SPEED (FRACUNIT/2)
|
|
||||||
#define WATER_JUMP_SPEED (FRACUNIT*7/2)
|
|
||||||
|
|
||||||
CVAR (Bool, cl_bloodsplats, true, CVAR_ARCHIVE)
|
CVAR (Bool, cl_bloodsplats, true, CVAR_ARCHIVE)
|
||||||
CVAR (Int, sv_smartaim, 0, CVAR_ARCHIVE|CVAR_SERVERINFO)
|
CVAR (Int, sv_smartaim, 0, CVAR_ARCHIVE|CVAR_SERVERINFO)
|
||||||
CVAR (Bool, cl_doautoaim, false, CVAR_ARCHIVE)
|
CVAR (Bool, cl_doautoaim, false, CVAR_ARCHIVE)
|
||||||
|
|
Loading…
Reference in a new issue