Switch to using atoidx whenever we are handling an IDXTYPE. cleanup and linting of asciimap.c
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
#define MAP_IMM_ONLY 2
|
||||
|
||||
/* Exported function prototypes */
|
||||
bool can_see_map(struct char_data *ch);
|
||||
void str_and_map(char *str, struct char_data *ch, room_vnum target_room );
|
||||
bool can_see_map(const char_data *ch);
|
||||
void str_and_map(char *str, char_data *ch, room_vnum target_room);
|
||||
ACMD(do_map);
|
||||
|
||||
#endif /* ASCIIMAP_H_*/
|
||||
|
||||
Reference in New Issue
Block a user