mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +00:00
merge of cl_tents and r_efrag.
This commit is contained in:
parent
e7c2ed82db
commit
e61c33c9d9
11 changed files with 490 additions and 263 deletions
|
@ -244,6 +244,14 @@
|
|||
#define TE_TELEPORT 11
|
||||
#define TE_BLOOD 12
|
||||
#define TE_LIGHTNINGBLOOD 13
|
||||
#ifdef QUAKE2
|
||||
#define TE_IMPLOSION 14
|
||||
#define TE_RAILTRAIL 15
|
||||
#endif
|
||||
#define TE_EXPLOSION2 16
|
||||
// PGM 01/21/97
|
||||
#define TE_BEAM 17
|
||||
// PGM 01/21/97
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue