Removed obsolete call to generation funcs from ScanPlanet()

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3576 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2011-04-20 18:23:17 +00:00
parent 910eb58655
commit 25f0f3c903
-4
View File
@@ -1003,10 +1003,6 @@ ScanPlanet (COUNT scanType)
t.align = ALIGN_CENTER; t.align = ALIGN_CENTER;
t.CharCount = (COUNT)~0; t.CharCount = (COUNT)~0;
pSolarSysState->CurNode = (COUNT)~0;
callGenerateForScanType (pSolarSysState,
pSolarSysState->pOrbitalDesc, &pSolarSysState->CurNode,
scan);
t.pStr = GAME_STRING (SCAN_STRING_BASE + scan); t.pStr = GAME_STRING (SCAN_STRING_BASE + scan);
LockMutex (GraphicsLock); LockMutex (GraphicsLock);