Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2014, 5:18:24 PM (9 years ago)
Author:
sriedel
Message:

Almost there. Death doesnt work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/surfaceraceHS14/src/modules/dodgerace2/DodgeRaceShip.cc

    r10135 r10152  
    7575                velocity.y = 0;
    7676                // restart if game ended
     77                /*
    7778                if (getGame())
    7879                    if (getGame()->bEndGame)
     
    8081                        getGame()->start();
    8182                        return;
    82                     }
     83                    }*/
    8384            }
    8485            /*
Note: See TracChangeset for help on using the changeset viewer.