(game_reset_tick): New.

(prod_nat): Use it.
This commit is contained in:
Markus Armbruster 2007-07-15 09:01:58 +00:00
parent d3e0597f0e
commit aa34ef2b7b
3 changed files with 28 additions and 11 deletions

View file

@ -56,5 +56,6 @@ extern void game_record_update(time_t);
extern struct gamestr *game_tick_tick(void);
extern int game_tick_to_now(short *);
extern int game_step_a_tick(struct gamestr *, short *);
extern int game_reset_tick(short *);
#endif