game-source/klik/mapents/mapents_powerup.qh
Bill Currie 88c055ea3c <zinx> taniwha: FWIW, the code is officially donated to quakeforge :)
<taniwha> zinx: thanks :)

zinx' klik mod :)
2003-10-24 21:43:32 +00:00

14 lines
324 B
C++

#ifndef MAPENTS_POWERUP_qh
#define MAPENTS_POWERUP_qh 1
#include "math.qh"
#define OVERPRIO_DEFAULT 0
#define OVERPRIO_SUIT OVERPRIO_DEFAULT
#define OVERPRIO_PENTAGRAM (OVERPRIO_SUIT-10)
#define OVERPRIO_QUAD OVERPRIO_DEFAULT
#define OVERPRIO_RING OVERPRIO_DEFAULT
#define OVERPRIO_MEGAHEALTH OVERPRIO_DEFAULT
#endif