We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705dbc5 commit ced76e0Copy full SHA for ced76e0
src/xrCore/Model.cpp
@@ -520,6 +520,8 @@ static inline void UpdateModel( PPM_CONTEXT* MinContext)
520
}
521
522
523
+ PPM_CONTEXT *Successor = 0;
524
+
525
if( !OrderFall && FSuccessor)
526
{
527
FoundState->Successor=CreateSuccessors(TRUE,p,MinContext);
@@ -531,7 +533,7 @@ static inline void UpdateModel( PPM_CONTEXT* MinContext)
531
533
532
534
*pText++ = FSymbol;
535
- PPM_CONTEXT* Successor = (PPM_CONTEXT*) pText;
536
+ Successor = (PPM_CONTEXT*) pText;
537
538
if (pText >= UnitsStart)
539
goto RESTART_MODEL;
0 commit comments