Nuke redundant in_startup_mode variable

This commit is contained in:
2014-04-15 00:13:18 -04:00
parent c4fc32e06e
commit 93c5921503
14 changed files with 55 additions and 62 deletions

View File

@@ -86,7 +86,7 @@ extern short terrain_there[9][9];
//extern unsigned char out[96][96];
//extern big_tr_type t_d;
extern location ul;
extern bool play_sounds,suppress_stat_screen,in_startup_mode;
extern bool play_sounds,suppress_stat_screen;
extern RECT item_buttons[8][6];
// name, use, give, drip, info, sell/id
extern RECT pc_buttons[6][5];
@@ -1263,7 +1263,7 @@ short print_terrain(location space)
void add_string_to_buf(std::string str)
{
if (in_startup_mode == true)
if(overall_mode == MODE_STARTUP)
return;
if(str == "") return;