[iortcw] 80/89: All: Remove references to non-existent function CheckTournament
Simon McVittie
smcv at debian.org
Fri Sep 8 10:44:34 UTC 2017
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to tag 1.51b
in repository iortcw.
commit b1f528cad1c287edc6996c1c73d6eccc47b114eb
Author: MAN-AT-ARMS <M4N4T4RMS at gmail.com>
Date: Thu Aug 3 04:06:48 2017 -0400
All: Remove references to non-existent function CheckTournament
---
MP/code/game/g_main.c | 3 ---
SP/code/game/g_main.c | 3 ---
2 files changed, 6 deletions(-)
diff --git a/MP/code/game/g_main.c b/MP/code/game/g_main.c
index f3a8166..fc73310 100644
--- a/MP/code/game/g_main.c
+++ b/MP/code/game/g_main.c
@@ -2762,9 +2762,6 @@ void G_RunFrame( int levelTime ) {
}
}
- // see if it is time to do a tournement restart
-// CheckTournament();
-
// NERVE - SMF
CheckWolfMP();
diff --git a/SP/code/game/g_main.c b/SP/code/game/g_main.c
index 675357f..e1ae155 100644
--- a/SP/code/game/g_main.c
+++ b/SP/code/game/g_main.c
@@ -2581,9 +2581,6 @@ void G_RunFrame( int levelTime ) {
}
}
- // see if it is time to do a tournement restart
-// CheckTournament();
-
// see if it is time to end the level
CheckExitRules();
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git
More information about the Pkg-games-commits
mailing list