Update some doomworld http: links I missed.
Also fix the link to Lee Killough's page about visplane overflows; it used to be on John Romero's website but is no longer there.
This commit is contained in:
parent
826d2a09fa
commit
96a017b56f
3 changed files with 7 additions and 5 deletions
6
NOT-BUGS
6
NOT-BUGS
|
|
@ -18,7 +18,7 @@ the following:
|
|||
(read 106, should be 109)
|
||||
|
||||
*** You may need to upgrade your version of Doom to v1.9. ***
|
||||
See: http://doomworld.com/files/patches.shtml
|
||||
See: https://www.doomworld.com/classicdoom/info/patches.php
|
||||
This appears to be v1.6/v1.666.
|
||||
|
||||
This usually indicates that your IWAD file that you are using to play
|
||||
|
|
@ -130,9 +130,9 @@ this when trying to play an add-on level. The level you are trying to
|
|||
play is too complex; it was most likely designed to work with a limit
|
||||
removing source port.
|
||||
|
||||
More information can be found here:
|
||||
More information can be found here (archived link):
|
||||
|
||||
http://rome.ro/lee_killough/editing/visplane.shtml
|
||||
https://archive.is/s6h7V
|
||||
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
|
|
@ -2176,7 +2176,8 @@ void G_DoPlayDemo (void)
|
|||
"\n"
|
||||
"*** You may need to upgrade your version "
|
||||
"of Doom to v1.9. ***\n"
|
||||
" See: http://doomworld.com/files/patches.shtml\n"
|
||||
" See: https://www.doomworld.com/classicdoom"
|
||||
"/info/patches.php\n"
|
||||
" This appears to be %s.";
|
||||
|
||||
I_Error(message, demoversion, G_VanillaVersionCode(),
|
||||
|
|
|
|||
|
|
@ -2328,7 +2328,8 @@ void G_DoPlayDemo (void)
|
|||
"\n"
|
||||
"*** You may need to upgrade your version "
|
||||
"of Strife to v1.1 or later. ***\n"
|
||||
" See: http://doomworld.com/files/patches.shtml\n"
|
||||
" See: https://www.doomworld.com/classicdoom"
|
||||
"/info/patches.php\n"
|
||||
" This appears to be %s.";
|
||||
|
||||
I_Error(message, demoversion, STRIFE_VERSION,
|
||||
|
|
|
|||
Loading…
Reference in a new issue