|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
/* $Id: bomberclone.h,v 1.40 2003/06/22 02:03:09 stpohle Exp $ */
|
|
|
|
|
/* $Id: bomberclone.h,v 1.41 2003/07/12 23:55:08 stpohle Exp $ */
|
|
|
|
|
/* bomberclone.h */
|
|
|
|
|
|
|
|
|
|
#ifndef _BOMBERCLONE_H_
|
|
|
|
@ -71,6 +71,8 @@ struct __special {
|
|
|
|
|
int type; // type of the special
|
|
|
|
|
int to; // timeout
|
|
|
|
|
int numuse; // num of uses left
|
|
|
|
|
int use; /* currently used set by special_use
|
|
|
|
|
and deleted in special_loop */
|
|
|
|
|
} typedef _special;
|
|
|
|
|
|
|
|
|
|
struct __player {
|
|
|
|
|