~swag/armagetronad/0.2.9-sty+ct+ap-fork

« back to all changes in this revision

Viewing changes to src/tron/gWall.cpp

merge with mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
2441
2441
    // for other reasons
2442
2442
    if ( !IsDangerousApartFromHoles( a, time ) )
2443
2443
    {
2444
 
        return false;
 
2444
        return NULL;
2445
2445
    }
2446
2446
 
2447
2447
    const gPlayerWallCoord* coord = &coords_(IndexAlpha(a));