- fixed compilation and unhooked the Redneck Rampage menu so that it can be replaced.

This commit is contained in:
Christoph Oelckers 2019-11-28 19:35:35 +01:00
parent cd4ff92266
commit 59ebb10512
20 changed files with 126 additions and 287 deletions

View file

@ -256,6 +256,7 @@ int G_ValidateSavegame(FileReader &fr, FString *savetitle)
return 0;
}
}
return 1;
}
//=============================================================================