mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-03 19:07:19 +02:00
Fix oedit menu options
This commit is contained in:
parent
b928572156
commit
33b52ffe00
6 changed files with 360 additions and 469 deletions
|
|
@ -494,6 +494,9 @@ const char *container_bits[] = {
|
|||
"\n",
|
||||
};
|
||||
|
||||
/* Number of container flags (excluding the sentinel "\n") */
|
||||
const int NUM_CONTAINER_FLAGS = (sizeof(container_bits) / sizeof(container_bits[0]) - 1);
|
||||
|
||||
/** Describes the liquid description.
|
||||
* @pre Must be in the same order as the defines.
|
||||
* Must end array with a single newline. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue