summaryrefslogtreecommitdiff
path: root/src/common/console.c
diff options
context:
space:
mode:
authorMysteries <mysteriousragnarok@hotmail.com>2015-06-02 14:40:42 -0400
committerMysteries <mysteriousragnarok@hotmail.com>2015-06-02 14:40:42 -0400
commit1e73244c744b509ac216e81ec021ff1638397036 (patch)
tree74fbca67820e0f42284f857571031e58906b28a8 /src/common/console.c
parent712812b945debfd369383354431840e9d249a3ae (diff)
downloadhercules-1e73244c744b509ac216e81ec021ff1638397036.tar.gz
hercules-1e73244c744b509ac216e81ec021ff1638397036.tar.bz2
hercules-1e73244c744b509ac216e81ec021ff1638397036.tar.xz
hercules-1e73244c744b509ac216e81ec021ff1638397036.zip
Follow up to 712812b
- More link changes - Added proper link to Roulette topic
Diffstat (limited to 'src/common/console.c')
-rw-r--r--src/common/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/console.c b/src/common/console.c
index 97ca0650e..1eba48fa2 100644
--- a/src/common/console.c
+++ b/src/common/console.c
@@ -63,7 +63,7 @@ void display_title(void) {
ShowMessage(""CL_BG_RED""CL_BT_WHITE" | | | | __/ | | (__| |_| | | __/\\__ \\ "CL_CLL""CL_NORMAL"\n");
ShowMessage(""CL_BG_RED""CL_BT_WHITE" \\_| |_/\\___|_| \\___|\\__,_|_|\\___||___/ "CL_CLL""CL_NORMAL"\n");
ShowMessage(""CL_BG_RED""CL_BT_WHITE" "CL_CLL""CL_NORMAL"\n");
- ShowMessage(""CL_BG_RED""CL_BT_WHITE" http://hercules.ws/board/ "CL_CLL""CL_NORMAL"\n");
+ ShowMessage(""CL_BG_RED""CL_BT_WHITE" http://herc.ws/board/ "CL_CLL""CL_NORMAL"\n");
ShowMessage(""CL_BG_RED""CL_BT_WHITE" "CL_CLL""CL_NORMAL"\n");
ShowInfo("Hercules %d-bit for %s\n", sysinfo->is64bit() ? 64 : 32, sysinfo->platform());