Replace "???" with "&random-enemy.png,&random-enemy.png" in status table

This commit is contained in:
Isaac Clerencia Perez 2004-11-13 20:10:14 +00:00
parent 1f54e55fbf
commit 6c96e5e058

View file

@ -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);
}