Replace "???" with "&random-enemy.png,&random-enemy.png" in status table
This commit is contained in:
parent
1f54e55fbf
commit
6c96e5e058
1 changed files with 1 additions and 1 deletions
|
@ -1579,7 +1579,7 @@ void turn_info::status_table()
|
|||
}
|
||||
|
||||
if(fog)
|
||||
items.push_back("???\n");
|
||||
items.push_back("&random-enemy.png,&random-enemy.png");
|
||||
|
||||
gui::show_dialog(gui_,NULL,"","",gui::CLOSE_ONLY,&items);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue