mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-19 05:58:06 +01:00
Updated hedit to Rhade's cleaner version. --Rumble
This commit is contained in:
parent
62f74102af
commit
e7683af387
8 changed files with 307 additions and 238 deletions
14
src/oasis.h
14
src/oasis.h
|
|
@ -354,13 +354,13 @@ extern const char *nrm, *grn, *cyn, *yel;
|
|||
#define CEDIT_MIN_WIZLIST_LEV 53
|
||||
|
||||
/* Hedit Submodes of connectedness. */
|
||||
#define HEDIT_MAIN_MENU 0
|
||||
#define HEDIT_ENTRY 1
|
||||
#define HEDIT_MIN_LEVEL 2
|
||||
#define HEDIT_KEYWORDS 3
|
||||
#define HEDIT_CONFIRM_SAVESTRING 4
|
||||
|
||||
#define HEDIT_LIST 0 /* Define True, for logging help - FUTURE USE */
|
||||
#define HEDIT_CONFIRM_SAVESTRING 0
|
||||
#define HEDIT_CONFIRM_EDIT 1
|
||||
#define HEDIT_CONFIRM_ADD 2
|
||||
#define HEDIT_MAIN_MENU 3
|
||||
#define HEDIT_ENTRY 4
|
||||
#define HEDIT_KEYWORDS 5
|
||||
#define HEDIT_MIN_LEVEL 6
|
||||
|
||||
#ifndef __GENOLC_C__
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue