map change crash fixed

This commit is contained in:
Lukasz Wlasinksi
2004-07-21 11:51:18 +00:00
parent 064853d9d5
commit 0b9f3d8e8c
4 changed files with 10 additions and 13 deletions

View File

@ -62,7 +62,7 @@
#define MAX_TRACE 6
struct traceVault {
char * szName;
char szName[16];
int iId;
int iAction;
float fDel;