mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-26 06:11:26 +00:00
Fix ModWiki links in --help text, link Mods page in README
This commit is contained in:
parent
9822aea458
commit
593141651a
2 changed files with 5 additions and 3 deletions
|
@ -10,7 +10,9 @@ altering the original gameplay.
|
|||
|
||||
**The official homepage is:** https://dhewm3.org
|
||||
|
||||
**Mods supported by dhewm3:** https://github.com/dhewm/dhewm3-sdk
|
||||
**Mods supported by dhewm3:** https://dhewm3.org/mods.html
|
||||
|
||||
**Mod SDK for dhewm3:** https://github.com/dhewm/dhewm3-sdk
|
||||
|
||||
**The project is hosted at:** https://github.com/dhewm
|
||||
|
||||
|
|
|
@ -2821,8 +2821,8 @@ static bool checkForHelp(int argc, char **argv)
|
|||
WriteString(" if r_mode is set to -1, these cvars allow you to specify the\n");
|
||||
WriteString(" width/height of your custom resolution\n");
|
||||
#endif // !ID_DEDICATED
|
||||
WriteString("\nSee https://modwiki.xnet.fi/CVars_%%28Doom_3%%29 for more cvars\n");
|
||||
WriteString("See https://modwiki.xnet.fi/Commands_%%28Doom_3%%29 for more commands\n");
|
||||
WriteString("\nSee https://modwiki.dhewm3.org/CVars_%28Doom_3%29 for more cvars\n");
|
||||
WriteString("See https://modwiki.dhewm3.org/Commands_%28Doom_3%29 for more commands\n");
|
||||
|
||||
#undef WriteString
|
||||
|
||||
|
|
Loading…
Reference in a new issue