Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 28, 2008, 3:05:17 AM (16 years ago)
Author:
landauf
Message:

added spaceship

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/core/Template.cc

    r2019 r2024  
    149149            return it->second;
    150150        else
     151        {
     152            COUT(2) << "Warning: Template with name " << name << " doesn't exist." << std::endl;
    151153            return 0;
     154        }
    152155    }
    153156
Note: See TracChangeset for help on using the changeset viewer.