Refactor generator to support future features (#7214)

Co-authored-by: Akkarinage <mike.langford@industrial-illusions.net>
Co-authored-by: Aleos <aleos89@users.noreply.github.com>
This commit is contained in:
Vincent Stumpf
2022-09-25 00:37:21 -07:00
committed by GitHub
parent c2e19bcf06
commit 47c9a36215
15 changed files with 777 additions and 24 deletions

View File

@@ -26009,7 +26009,7 @@ BUILDIN_FUNC(getenchantgrade){
}
BUILDIN_FUNC(naviregisterwarp) {
#ifdef GENERATE_NAVI
#ifdef MAP_GENERATOR
TBL_NPC* nd;
int x, y, m;
const char *warpname, *mapname=NULL;
@@ -26085,7 +26085,7 @@ BUILDIN_FUNC( openstylist ){
}
BUILDIN_FUNC(navihide) {
#ifdef GENERATE_NAVI
#ifdef MAP_GENERATOR
TBL_NPC *nd;
nd = map_id2nd(st->oid);