Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 12, 2014, 3:58:59 PM (11 years ago)
Author:
sriedel
Message:

Working atm. including function after function.

File:
1 edited

Legend:

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

    r10117 r10118  
    3939    {
    4040        RegisterObject(DodgeRaceHUDinfo);
    41 
     41/*
    4242        this->DodgeRaceGame = 0;
    4343        this->bShowLives_ = false;
    4444        this->bShowLevel_ = false;
    4545        this->bShowPoints_ = false;
    46         this->bShowMultiplier_ = false;
     46        this->bShowMultiplier_ = false;*/
    4747    }
    48 
     48/*
    4949    void DodgeRaceHUDinfo::XMLPort(Element& xmlelement, XMLPort::Mode mode)
    5050    {
     
    134134            this->DodgeRaceGame = 0;
    135135        }
    136     }
     136    }*/
    137137}
Note: See TracChangeset for help on using the changeset viewer.