(getminleft): Parameter hours unused since the previous rev., remove.

Change parameter mpd from int * to int, because its only use is *mpd
as r-value.  Callers changed.
This commit is contained in:
Markus Armbruster 2004-04-04 14:07:51 +00:00
parent 05acaece48
commit 2df3f002e1
3 changed files with 5 additions and 8 deletions

View file

@ -254,7 +254,7 @@ extern void init_player_commands(void);
extern void log_last_commands(void);
extern int gamedown(void);
extern void daychange(time_t);
extern int getminleft(time_t, int *, int *);
extern int getminleft(time_t, int);
/* more in commands.h */
/* empmod.c */
/* init_nats.c */