Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 29, 2009, 8:05:17 PM (15 years ago)
Author:
adrfried
Message:

segfault fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ggz/src/orxonox/gamestates/GSClient.cc

    r3107 r3109  
    102102    {
    103103        GSLevel::ticked(time);
    104         client_->tick(time.getDeltaTime());
     104        if(client_)
     105        {
     106            client_->tick(time.getDeltaTime());
     107        }
    105108
    106109        this->tickChild(time);
Note: See TracChangeset for help on using the changeset viewer.