mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-21 08:26:10 +01:00
Removed all whitespace (tabs and spaces) from EOL's. How did we get so many? --Rumble
This commit is contained in:
parent
49c469967a
commit
a2031d64e2
79 changed files with 2851 additions and 2852 deletions
6
src/db.h
6
src/db.h
|
|
@ -157,7 +157,7 @@ void free_obj(struct obj_data *obj);
|
|||
struct obj_data *read_object(obj_vnum nr, int type);
|
||||
int vnum_object(char *searchname, struct char_data *ch);
|
||||
int vnum_room(char *, struct char_data *);
|
||||
int vnum_trig(char *, struct char_data *);
|
||||
int vnum_trig(char *, struct char_data *);
|
||||
|
||||
#define REAL 0
|
||||
#define VIRTUAL 1
|
||||
|
|
@ -174,7 +174,7 @@ struct reset_com {
|
|||
char *sarg1; /* string argument */
|
||||
char *sarg2; /* string argument */
|
||||
|
||||
/*
|
||||
/*
|
||||
* Commands: *
|
||||
* 'M': Read a mobile *
|
||||
* 'O': Read an object *
|
||||
|
|
@ -271,7 +271,7 @@ struct obj_save_data_t {
|
|||
struct obj_data *obj;
|
||||
int locate;
|
||||
struct obj_save_data_t *next;
|
||||
};
|
||||
};
|
||||
typedef struct obj_save_data_t obj_save_data;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue