forked from Popn_Tools/popnhax
add warning for back to song select without quick retire
This commit is contained in:
parent
30ba232511
commit
f2320cdf07
@ -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…
x
Reference in New Issue
Block a user