Renamed several functions to lower case and variable wovel to vowel. Removed oasis_delete.h and object type TRAP. --Rumble

This commit is contained in:
Rumble
2007-04-08 10:36:36 +00:00
parent 48a2738d6a
commit 4543522a7d
105 changed files with 1990 additions and 3403 deletions

View File

@@ -1,8 +1,8 @@
/* ************************************************************************
* File: weather.c Part of CircleMUD *
* Usage: functions handling time and the weather *
/**************************************************************************
* File: weather.c Part of tbaMUD *
* Usage: Functions handling time and the weather. *
* *
* All rights reserved. See license.doc for complete information. *
* All rights reserved. See license for complete information. *
* *
* Copyright (C) 1993, 94 by the Trustees of the Johns Hopkins University *
* CircleMUD is based on DikuMUD, Copyright (C) 1990, 1991. *
@@ -10,8 +10,6 @@
#include "conf.h"
#include "sysdep.h"
#include "structs.h"
#include "utils.h"
#include "comm.h"
@@ -25,7 +23,6 @@ void weather_and_time(int mode);
void another_hour(int mode);
void weather_change(void);
void weather_and_time(int mode)
{
another_hour(mode);
@@ -33,7 +30,6 @@ void weather_and_time(int mode)
weather_change();
}
void another_hour(int mode)
{
time_info.hours++;
@@ -76,7 +72,6 @@ void another_hour(int mode)
}
}
void weather_change(void)
{
int diff, change;