Indented with src/scripts/indent-emp.
This commit is contained in:
parent
5f263a7753
commit
9b7adfbecc
437 changed files with 52211 additions and 51052 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue