mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-23 10:40:13 +01:00
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:
parent
48a2738d6a
commit
4543522a7d
105 changed files with 1990 additions and 3403 deletions
14
src/aedit.c
14
src/aedit.c
|
|
@ -1,10 +1,8 @@
|
|||
/*
|
||||
* File: aedit.c
|
||||
* Comment: OLC for MUDs -- this one edits socials
|
||||
* by Michael Scott <scottm@workcomm.net> -- 06/10/96
|
||||
* for use with OasisOLC
|
||||
* ftpable from ftp.circlemud.org:/pub/CircleMUD/contrib/code
|
||||
*/
|
||||
/**************************************************************************
|
||||
* File: aedit.c Part of tbaMUD *
|
||||
* Usage: OLC for MUDs -- this one edits socials. *
|
||||
* by Michael Scott *
|
||||
**************************************************************************/
|
||||
|
||||
#include "conf.h"
|
||||
#include "sysdep.h"
|
||||
|
|
@ -34,7 +32,6 @@ void aedit_save_internally(struct descriptor_data *d);
|
|||
void aedit_save_to_disk(struct descriptor_data *d);
|
||||
|
||||
/* Utils and exported functions. */
|
||||
|
||||
ACMD(do_oasis_aedit)
|
||||
{
|
||||
char arg[MAX_INPUT_LENGTH];
|
||||
|
|
@ -314,7 +311,6 @@ void aedit_disp_menu(struct descriptor_data * d) {
|
|||
OLC_MODE(d) = AEDIT_MAIN_MENU;
|
||||
}
|
||||
|
||||
|
||||
/* The main loop. */
|
||||
void aedit_parse(struct descriptor_data * d, char *arg) {
|
||||
int i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue