]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/gamemodes/gamemode/onslaught/onslaught.qh
With noclip enabled don't toss the corpse, it can get stuck in solid (causing low...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / onslaught / onslaught.qh
1 #pragma once
2
3 #ifdef GAMEQC
4 REGISTER_NET_LINKED(ENT_CLIENT_GENERATOR)
5 REGISTER_NET_LINKED(ENT_CLIENT_CONTROLPOINT_ICON)
6 #endif
7
8 #ifdef SVQC
9 IntrusiveList g_onsshields;
10 STATIC_INIT(g_onsshields) { g_onsshields = IL_NEW(); }
11 #endif
12
13 #ifdef CSQC
14 IntrusiveList g_onsgenerators;
15 STATIC_INIT(g_onsgenerators) { g_onsgenerators = IL_NEW(); }
16 #endif