[iortcw] 41/95: SP: Remove assert added during initial code merge
Simon McVittie
smcv at debian.org
Fri Sep 8 10:42:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to tag 1.51
in repository iortcw.
commit 1efb19a25feace6de9b103fa3fe334fa1901b495
Author: MAN-AT-ARMS <M4N4T4RMS at gmail.com>
Date: Sun Mar 5 13:46:38 2017 -0500
SP: Remove assert added during initial code merge
---
SP/code/client/cl_cgame.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/SP/code/client/cl_cgame.c b/SP/code/client/cl_cgame.c
index 6fb99f7..9763593 100644
--- a/SP/code/client/cl_cgame.c
+++ b/SP/code/client/cl_cgame.c
@@ -836,7 +836,6 @@ intptr_t CL_CgameSystemCalls( intptr_t *args ) {
return VM_Alloc( args[1] );
default:
- assert(0);
Com_Error( ERR_DROP, "Bad cgame system trap: %ld", (long int) args[0] );
}
return 0;
--
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