mirror of
https://github.com/CrazyRedMachine/popnhax.git
synced 2024-11-27 23:40:50 +01:00
add warning for back to song select without quick retire
This commit is contained in:
parent
11801e6340
commit
3083c62c67
@ -5475,6 +5475,8 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserv
|
|||||||
|
|
||||||
if (config.quick_retire) {
|
if (config.quick_retire) {
|
||||||
patch_quick_retire(config.pfree);
|
patch_quick_retire(config.pfree);
|
||||||
|
} else if (config.back_to_song_select) {
|
||||||
|
LOG("WARNING: back to song select cannot be enabled without quick retire.\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (config.score_challenge) {
|
if (config.score_challenge) {
|
||||||
|
Loading…
Reference in New Issue
Block a user