|
@@ -1567,7 +1567,7 @@ bool Clipper::ExecuteInternal()
|
|
m_SortedEdges = 0;
|
|
m_SortedEdges = 0;
|
|
|
|
|
|
succeeded = true;
|
|
succeeded = true;
|
|
- cInt botY, topY;
|
|
|
|
|
|
+ cInt botY = 0, topY = 0;
|
|
if (!PopScanbeam(botY)) return false;
|
|
if (!PopScanbeam(botY)) return false;
|
|
InsertLocalMinimaIntoAEL(botY);
|
|
InsertLocalMinimaIntoAEL(botY);
|
|
while (PopScanbeam(topY) || LocalMinimaPending())
|
|
while (PopScanbeam(topY) || LocalMinimaPending())
|