mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-28 20:37:40 +00:00
ads-game:: 'pick the game' screen, also dS restarts correctly
This commit is contained in:
@@ -19,6 +19,10 @@ struct texture_to_use {
|
||||
|
||||
vector<texture_to_use> textures_to_use;
|
||||
|
||||
void reset_textures() {
|
||||
textures_to_use.clear();
|
||||
}
|
||||
|
||||
void init_textures() {
|
||||
earth_textures.clear();
|
||||
string dir = "ds-images/";
|
||||
|
||||
Reference in New Issue
Block a user