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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user