Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9123


Ignore:
Timestamp:
Apr 27, 2012, 2:56:33 PM (12 years ago)
Author:
mentzerf
Message:
  • Fixed SVN error
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/newlevel2012/src/modules/towerdefense/TowerDefense.cc

    r9122 r9123  
    8787
    8888
    89     void TowerDefense::tick(float dt)
    90         {
    91             SUPER(TowerDefense, tick, dt);
     89        void TowerDefense::tick(float dt)
     90    {
     91        SUPER(TowerDefense, tick, dt);
    9292
    93             static bool test = false;
    94             if (!test)
    95             {
    96                 orxout()<< "First tick." <<endl;
    97                 spawnEnemy();
    98             }
    99             test = true;
     93        static bool test = false;
     94        if (!test)
     95                        orxout()<< "First tick." <<endl;
     96            spawnEnemy();
    10097        }
     98        test = true;
     99    }
    101100
    102101        void TowerDefense::spawnEnemy()
Note: See TracChangeset for help on using the changeset viewer.