Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2019, 3:34:58 PM (5 years ago)
Author:
ahuwyler
Message:

jetzt laufts?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.cc

    r12379 r12382  
    156156            this->LevelUp();
    157157
     158
     159
    158160            //Create Ship
    159161            //this->ship_ = new OrxoBloxShip(this->center_->getContext());
     
    195197        {
    196198            int score = this->getScore(this->getPlayer());
    197             Highscore::getInstance().storeScore("Tetris", score, this->getPlayer());
     199            Highscore::getInstance().storeScore("OrxoBlox", score, this->getPlayer());
    198200        }
    199201
Note: See TracChangeset for help on using the changeset viewer.