From c9c3fe6eff8764ea2ef8e260d89c6af559ac65c5 Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Sat, 25 Feb 2012 19:33:43 +0000 Subject: [PATCH] The code is not ready for this assertion. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3774 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/uqm/globdata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/uqm/globdata.c b/sc2/src/uqm/globdata.c index 8147fd1e6..69b7883ff 100644 --- a/sc2/src/uqm/globdata.c +++ b/sc2/src/uqm/globdata.c @@ -483,7 +483,7 @@ inOrbit (void) BOOLEAN inHQSpace (void) { - assert (inFullGame ()); + //assert (inFullGame ()); return (LOBYTE (GLOBAL (CurrentActivity)) == IN_HYPERSPACE); // IN_HYPERSPACE is also set for QuasiSpace }