mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 16:30:04 +00:00
Replace "???" with "&random-enemy.png,&random-enemy.png" in status table
This commit is contained in:
parent
1f54e55fbf
commit
6c96e5e058
@ -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…
x
Reference in New Issue
Block a user