Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 12369


Ignore:
Timestamp:
May 16, 2019, 12:25:10 PM (5 years ago)
Author:
jeromela
Message:

Zeitpunkt fuer game over festgelegt. Todo: spiel endet mit crash

File:
1 edited

Legend:

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

    r12368 r12369  
    228228            int y_=(stone->getPosition()).y;
    229229            int z_=(stone->getPosition()).z;
    230             if(z_==90)this->end();
     230            //if(z_==90)this->end();
    231231
    232232            stone->setPosition(x_,y_,z_+9.0f);
     233
     234            if( z_ >= 45){
     235                this->end();
     236            }
    233237        }
    234238
Note: See TracChangeset for help on using the changeset viewer.