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
This commit is contained in:
Meep-Eep
2012-02-25 19:33:43 +00:00
parent f5bb4c0c57
commit c9c3fe6eff
+1 -1
View File
@@ -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
}