- Added IWAD-based [*.Autoload] ini support for games that have more than one
IWAD. They are: * [Doom1.Autoload] * [Doom2.Autoload] * [Plutonia.Autoload] * [TNT.Autoload] * [HexenDK.Autoload] These are loaded after the more general game-specific [Doom.Autoload] and [Hexen.Autoload] sections if those are present. - Changed the banner texts for the Final Doom IWADs to identify them as Final Doom rather than as DOOM 2. I know this differs from the original behavior, but they're marketed as Final Doom, not Doom 2. SVN r582 (trunk)
This commit is contained in:
parent
1dede60c5c
commit
7f52e6537b
4 changed files with 59 additions and 28 deletions
|
|
@ -31,6 +31,7 @@ bool FileExists (const char *filename);
|
|||
extern char progdir[1024];
|
||||
|
||||
void FixPathSeperator (char *path);
|
||||
static void inline FixPathSeperator (FString &path) { path.ReplaceChars('\\', '/'); }
|
||||
|
||||
void DefaultExtension (char *path, const char *extension);
|
||||
void DefaultExtension (FString &path, const char *extension);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue