Minor code changes and updated World and files for 3.60 release. --Rumble

This commit is contained in:
Rumble 2009-09-18 11:17:47 +00:00
parent f9f356823f
commit 5e3caf42ff
204 changed files with 17044 additions and 16851 deletions

View file

@ -40,7 +40,6 @@ void basic_mud_log(const char *format, ...) __attribute__ ((format (printf, 1, 2
void basic_mud_vlog(const char *format, va_list args);
int touch(const char *path);
void mudlog(int type, int level, int file, const char *str, ...) __attribute__ ((format (printf, 4, 5)));
void log_death_trap(struct char_data *ch);
int rand_number(int from, int to);
int dice(int number, int size);
size_t sprintbit(bitvector_t vektor, const char *names[], char *result, size_t reslen);