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,9 @@
/************************************************************************
* OasisOLC - Game configuration / cedit.c v2.0 *
* Copyright 2002-2003 Kip Potter (kip_potter@hotmail.com) *
* A graphical in-game game configuration utility for OasisOLC. *
************************************************************************/
/**************************************************************************
* File: cedit.c Part of tbaMUD *
* Usage: A graphical in-game game configuration utility for OasisOLC. *
* *
* Copyright 2002-2003 Kip Potter *
**************************************************************************/
#include "conf.h"
#include "sysdep.h"
@@ -524,9 +525,7 @@ void cedit_disp_menu(struct descriptor_data *d)
get_char_colors(d->character);
clear_screen(d);
/*
* Menu header
*/
/* Menu header. */
write_to_output(d,
"OasisOLC MUD Configuration Editor\r\n"
"%sG%s) Game Play Options\r\n"
@@ -717,7 +716,7 @@ void cedit_disp_autowiz_options(struct descriptor_data *d)
OLC_MODE(d) = CEDIT_AUTOWIZ_OPTIONS_MENU;
}
/* The GARGANTAUN event handler */
/* The event handler. */
void cedit_parse(struct descriptor_data *d, char *arg)
{
char *oldtext = NULL;