mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-20 14:34:06 +01:00
Renamed numerous functions more sensibly and moved all single protos from .h to appropriate .c
This commit is contained in:
parent
6e584e104e
commit
5e5ad41afc
33 changed files with 1626 additions and 689 deletions
|
|
@ -13,6 +13,10 @@
|
|||
#include "genzon.h"
|
||||
#include "dg_scripts.h"
|
||||
|
||||
/* local functions */
|
||||
void create_world_index(int znum, const char *type);
|
||||
void remove_cmd_from_list(struct reset_com **list, int pos);
|
||||
|
||||
/* real zone of room/mobile/object/shop given */
|
||||
zone_rnum real_zone_by_thing(room_vnum vznum)
|
||||
{
|
||||
|
|
@ -579,7 +583,7 @@ int new_command(struct zone_data *zone, int pos)
|
|||
/*
|
||||
* Error check user input and then remove command
|
||||
*/
|
||||
void delete_command(struct zone_data *zone, int pos)
|
||||
void delete_zone_command(struct zone_data *zone, int pos)
|
||||
{
|
||||
int subcmd = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue