Fix console colors not working before an iwad has been selected
This commit is contained in:
parent
f91b9e62d4
commit
306303b9a6
16 changed files with 268 additions and 127 deletions
|
|
@ -757,6 +757,12 @@ int FIWadManager::IdentifyVersion (std::vector<std::string>&wadfiles, const char
|
|||
|
||||
if (alwaysshow || picks.Size() > 1)
|
||||
{
|
||||
if (RunningAsTool)
|
||||
{
|
||||
Printf("Please specify which iwad to use with -iwad\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
// Locate the user's prefered IWAD, if it was found.
|
||||
if (defaultiwad[0] != '\0')
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue