Merged in new ts includes

This commit is contained in:
David Anderson
2005-08-25 07:13:48 +00:00
parent b271b01b13
commit 4dad81af30
3 changed files with 80 additions and 44 deletions

View File

@ -1,6 +1,6 @@
/* TSXMod functions
/* TSFUN constants
*
* (c) 2004, SidLuke
* (c) 2005, Suzuka
* This file is provided as is (no warranties).
*/
@ -11,6 +11,7 @@
#define TSMAX_WEAPONS 44 // 37 + throwing knife + brekable + 5 custom weapon slots
#define TSPWUP_NONE 0
#define TSPWUP_RANDOM 0
#define TSPWUP_SLOWMO 1
#define TSPWUP_INFAMMO 2
@ -34,7 +35,23 @@
#define TSA_SILENCER 1
#define TSA_LASERSIGHT 2
#define TSA_FLASHLIGHT 4
#define TSA_SCOPE 8
#define TSA_SCOPE 8
#define TSMSG_NORMAL 6
#define TSMSG_WAITING 11
#define TSMSG_DEAD 1
#define TSMSG_KILLER 2
#define TSMSG_DEMOLITION 3
#define TSMSG_SPECIALIST 4
#define TSMSG_UNSTOPPABLE 5
#define TSMSG_THEONE 10
#define STUNT_NONE 0
#define STUNT_DUCK 1
#define STUNT_ROLL 2
#define STUNT_DIVE 3
#define STUNT_GETUP 4
#define STUNT_FLIP 5
enum {
TSW_GLOCK18 = 1,