mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-05 02:17:05 +00:00
SAGA2: Remove useless check. CID 1457992
There is an assert above which catches this condition
This commit is contained in:
parent
dc6c99f80e
commit
539d99380e
@ -234,7 +234,8 @@ void CAutoMap::locateRegion(void) {
|
||||
}
|
||||
|
||||
free(trRes);
|
||||
if (areaRes) auxResFile->disposeContext(areaRes);
|
||||
|
||||
auxResFile->disposeContext(areaRes);
|
||||
|
||||
baseCoords.u = centerCoords.u - summaryRadius;
|
||||
baseCoords.v = centerCoords.v - summaryRadius;
|
||||
|
Loading…
x
Reference in New Issue
Block a user