Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 10, 2005, 6:29:20 PM (19 years ago)
Author:
patrick
Message:

orxonox/branches/md2_loader: removed the md2 loader stuff from the world and implemented it in the testentity class, where its more local and makes more sense

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/md2_loader/src/story_entities/world.h

    r4138 r4152  
    2424class Text;
    2525
    26 /* TESTING TESTING TESTING */
    27 struct t3DModel;
    28 class MD2Model;
    2926
    3027//! The game world Interface
     
    122119  GarbageCollector* garbageCollector; //!< reference to the garbage  collector
    123120
    124   /* TESTING TESTING TESTING */
    125   t3DModel* model;
    126   MD2Model* md2Model;
    127 
    128 
    129121  /* function for main-loop */
    130122  void mainLoop ();
Note: See TracChangeset for help on using the changeset viewer.