mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-21 17:50:13 +01:00
Renamed medit_alias and oedit_namelist to _keyword. Updated CircleMUD to tbaMUD 3.51! I put tba's do_cheat back in. Prior to each release I have to update do_cheat, change advance from level 32 to 33, set <player> advance to level 33, and remove all helpfiles below the XTBA entry in help.hlp--Rumble
This commit is contained in:
parent
a3acf6bdef
commit
49c469967a
13 changed files with 47 additions and 45 deletions
|
|
@ -167,8 +167,7 @@ void update_pos(struct char_data *victim);
|
|||
* list looking for the item before the one to be removed. Now, we have a
|
||||
* macro to do this. To use, just make sure that there is a variable 'temp'
|
||||
* declared as the same type as the list to be manipulated. BTW, this is
|
||||
* a great application for C++ templates but, alas, this is not C++. Maybe
|
||||
* CircleMUD 4.0 will be...
|
||||
* a great application for C++ templates but, alas, this is not C++.
|
||||
*/
|
||||
#define REMOVE_FROM_LIST(item, head, next) \
|
||||
if ((item) == (head)) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue