diff --git a/src/d_netcmd.c b/src/d_netcmd.c index 1fa1a9ea8..8ca9286d1 100644 --- a/src/d_netcmd.c +++ b/src/d_netcmd.c @@ -4894,7 +4894,7 @@ void AltTitle_OnChange(void) if (!M_SecretUnlocked(SECRET_ALTTITLE, true)) { CONS_Printf(M_GetText("You haven't earned this yet.\n")); - CV_StealthSetValue(&cv_itemfinder, 0); + CV_StealthSetValue(&cv_alttitle, 0); return; } }