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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user