Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 11, 2017, 1:26:00 PM (7 years ago)
Author:
zarron
Message:

Castle hight corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SOBv2_HS17/src/modules/superorxobros/SOBGumbaBoss.cc

    r11632 r11647  
    3030/**
    3131    @file SOBGumbaBoss.cc
    32     @brief All items in this minigame inherit from this class. Items can move around like platforms and enemies.
     32    @brief A Boss Gumba, which shoots small Gumbas
    3333*/
    3434
     
    103103
    104104
    105             if(gumbaCounter<maxGumbas){   
     105            if(gumbaCounter<maxGumbas){    //only maxGumbas are allowed at one time per Gumbaboss
    106106                spawnGumba();
    107107                gumbaTime_ = 0;
Note: See TracChangeset for help on using the changeset viewer.