57 "It is %d minute%s past %d o'clock %s",
58 "It is %d minute%s past %d o'clock %s",
60 ((tod.
hour%14 == 0) ? 14 : ((tod.
hour)%14)),
61 ((tod.
hour >= 14) ?
"pm" :
"am"));
void draw_ext_info_format(int flags, int pri, const object *pl, uint8 type, uint8 subtype, const char *new_format, const char *old_format,...)
void register_apply(int ob_type, apply_func method)
#define MSG_TYPE_APPLY_SUCCESS
void get_tod(timeofday_t *tod)
void init_type_clock(void)
void play_sound_player_only(player *pl, sint8 sound_type, object *emitter, int dir, const char *action)
static method_ret clock_type_apply(ob_methods *context, object *op, object *applier, int aflags)