Move quest texts to lua

This commit is contained in:
Pasi Kallinen
2019-11-24 17:41:39 +02:00
parent ac315adaf1
commit 8b87013fba
12 changed files with 3204 additions and 3792 deletions

View File

@@ -622,7 +622,6 @@ newgame()
if (iflags.news)
display_file(NEWS, FALSE);
#endif
load_qtlist(); /* load up the quest text info */
/* quest_init(); -- Now part of role_init() */
mklev();
@@ -639,7 +638,7 @@ newgame()
if (flags.legacy) {
flush_screen(1);
com_pager(1);
com_pager("legacy");
}
urealtime.realtime = 0L;