1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-26 06:28:30 +02:00

Merge pull request #778 from InfoTeddy/general-bug-fixes-7

Use hiddenname for hardestroom if roomname is empty
This commit is contained in:
Terry Cavanagh 2021-06-14 13:04:44 +10:30 committed by GitHub
commit 67d1d6f01d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3962,7 +3962,7 @@ void Game::gethardestroom(void)
}
else if (map.roomname == "")
{
hardestroom = "Dimension VVVVVV";
hardestroom = map.hiddenname;
}
}
}