Fixed bug introduced in earlier code cleanup.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2524 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2006-11-23 20:04:43 +00:00
parent 549f114bd5
commit 4937c9dabc
+1 -1
View File
@@ -203,7 +203,7 @@ UseCaster (void)
}
if (LOBYTE (GLOBAL (CurrentActivity)) != IN_INTERPLANETARY
|| pSolarSysState != NULL)
|| pSolarSysState == NULL)
return FALSE;
if (pSolarSysState->pOrbitalDesc == &pSolarSysState->PlanetDesc[1]