From 25f0f3c9038c7fc7842d28fe6568719c6c7cad3c Mon Sep 17 00:00:00 2001 From: avolkov Date: Wed, 20 Apr 2011 18:23:17 +0000 Subject: [PATCH] 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 --- sc2/src/uqm/planets/scan.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sc2/src/uqm/planets/scan.c b/sc2/src/uqm/planets/scan.c index c6eded1a2..4ff816344 100644 --- a/sc2/src/uqm/planets/scan.c +++ b/sc2/src/uqm/planets/scan.c @@ -1003,10 +1003,6 @@ ScanPlanet (COUNT scanType) t.align = ALIGN_CENTER; t.CharCount = (COUNT)~0; - pSolarSysState->CurNode = (COUNT)~0; - callGenerateForScanType (pSolarSysState, - pSolarSysState->pOrbitalDesc, &pSolarSysState->CurNode, - scan); t.pStr = GAME_STRING (SCAN_STRING_BASE + scan); LockMutex (GraphicsLock);