TraceLine tweaks

This commit is contained in:
Lukasz Wlasinksi
2004-06-27 16:22:52 +00:00
parent 9c24b9ae05
commit 8885714465
5 changed files with 31 additions and 20 deletions

View File

@ -18,7 +18,7 @@
#define PD_SENTRY_OWNER 83 + LINUXOFFSET
#define PD_TIMER_OWNER 932 + LINUXOFFSET
#define MAX_TRACE 14 // +1 // timer
#define MAX_TRACE 13
//#define NADE_OFFSET 24
@ -99,9 +99,12 @@ struct weaponsVault {
struct traceVault {
char * szName;
char * szTa;
int iId;
int iAction;
float fDel;
int start;
int stop;
};