Indented with src/scripts/indent-emp.

This commit is contained in:
Markus Armbruster 2003-09-02 20:48:48 +00:00
parent 5f263a7753
commit 9b7adfbecc
437 changed files with 52211 additions and 51052 deletions

View file

@ -37,15 +37,15 @@
/* country #1's battleship #2 hit your battleship #3 for 30% damage */
/* actor's from_type #from_id hit your to_type #to_id for data% damage */
struct event {
short verb;
natid actor;
natid victim;
short from_type;
short data;
int from_id;
short to_type;
int to_id;
time_t time;
short verb;
natid actor;
natid victim;
short from_type;
short data;
int from_id;
short to_type;
int to_id;
time_t time;
};
#endif /* _EVENT_H_ */