1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-20 15:44:48 +00:00

racing:: first commit

This commit is contained in:
Zeno Rogue
2018-11-17 19:30:50 +01:00
parent 74ad8ea135
commit 16a5e45c0a
9 changed files with 479 additions and 2 deletions

View File

@@ -175,6 +175,10 @@ void initgame() {
yendor::init(2);
#if CAP_RACING
if(racing::on) racing::generate_track();
#endif
clear_euland(specialland);
if(euclid && specialland == laPrincessQuest) {
@@ -1301,6 +1305,9 @@ void start_game() {
resetmusic();
#if CAP_TEXTURE
texture::config.remap();
#endif
#if CAP_RACING
racing::prepare_subscreens();
#endif
}