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:
@@ -203,7 +203,7 @@ UseCaster (void)
|
||||
}
|
||||
|
||||
if (LOBYTE (GLOBAL (CurrentActivity)) != IN_INTERPLANETARY
|
||||
|| pSolarSysState != NULL)
|
||||
|| pSolarSysState == NULL)
|
||||
return FALSE;
|
||||
|
||||
if (pSolarSysState->pOrbitalDesc == &pSolarSysState->PlanetDesc[1]
|
||||
|
||||
Reference in New Issue
Block a user