This is a fork of Zandronum for TSPG.
Revisión | 384ce32dfe556fab57a17a1837f94d6d1192aa2d (tree) |
---|---|
Tiempo | 2021-01-26 08:43:56 |
Autor | Sean Baggaley <me@drin...> |
Commiter | Sean Baggaley |
Comment out the INI write failure warning
@@ -726,7 +726,8 @@ | ||
726 | 726 | |
727 | 727 | bool I_WriteIniFailed () |
728 | 728 | { |
729 | - printf ("The config file %s could not be saved:\n%s\n", GameConfig->GetPathName(), strerror(errno)); | |
729 | + // [TSPG] commented out | |
730 | + //printf ("The config file %s could not be saved:\n%s\n", GameConfig->GetPathName(), strerror(errno)); | |
730 | 731 | return false; |
731 | 732 | // return true to retry |
732 | 733 | } |