summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Howard2013-11-03 06:23:21 +0000
committerSimon Howard2013-11-03 06:23:21 +0000
commit9c1b1ff29054c4e8c0ea6ef243594b5a5273351e (patch)
treeec9859591eebb9c2ef32f3bc46d25d0b2c997aff /src
parent31569586850b0db9d96902888c77264f80618d10 (diff)
parent84407a7a27988b19240975c5e94a3d0e9fc3b468 (diff)
downloadchocolate-doom-9c1b1ff29054c4e8c0ea6ef243594b5a5273351e.tar.gz
chocolate-doom-9c1b1ff29054c4e8c0ea6ef243594b5a5273351e.tar.bz2
chocolate-doom-9c1b1ff29054c4e8c0ea6ef243594b5a5273351e.zip
Merge from trunk.
Subversion-branch: /branches/v2-branch Subversion-revision: 2742
Diffstat (limited to 'src')
-rw-r--r--src/doom/g_game.c4
-rw-r--r--src/strife/g_game.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/doom/g_game.c b/src/doom/g_game.c
index 554fe542..f2be98f8 100644
--- a/src/doom/g_game.c
+++ b/src/doom/g_game.c
@@ -1716,8 +1716,8 @@ G_InitNew
// Set the sky to use.
//
- // Note: This IS broken, but it is how Vanilla Doom behaves.
- // See http://doom.wikia.com/wiki/Sky_never_changes_in_Doom_II.
+ // Note: This IS broken, but it is how Vanilla Doom behaves.
+ // See http://doomwiki.org/wiki/Sky_never_changes_in_Doom_II.
//
// Because we set the sky here at the start of a game, not at the
// start of a level, the sky texture never changes unless we
diff --git a/src/strife/g_game.c b/src/strife/g_game.c
index f689fc8d..19f3e1fe 100644
--- a/src/strife/g_game.c
+++ b/src/strife/g_game.c
@@ -2047,8 +2047,8 @@ G_InitNew
// Set the sky to use.
//
- // Note: This IS broken, but it is how Vanilla Doom behaves.
- // See http://doom.wikia.com/wiki/Sky_never_changes_in_Doom_II.
+ // Note: This IS broken, but it is how Vanilla Doom behaves.
+ // See http://doomwiki.org/wiki/Sky_never_changes_in_Doom_II.
//
// Because we set the sky here at the start of a game, not at the
// start of a level, the sky texture never changes unless we