Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2013, 5:43:39 PM (12 years ago)
Author:
zifloria
Message:

no ending, no crash

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/invaders/src/modules/invader/Invader.cc

    r9858 r9866  
    139139    void Invader::end()
    140140    {
     141        orxout() << "STOP THE GAME, CHEATER!!!" << endl;
    141142        // Call end for the parent class.
    142         Deathmatch::end();
     143        // Deathmatch::end();
    143144    }
    144145}
Note: See TracChangeset for help on using the changeset viewer.