Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6203 in orxonox.OLD for branches/christmas_branche/src/lib


Ignore:
Timestamp:
Dec 21, 2005, 12:25:23 AM (19 years ago)
Author:
patrick
Message:

christmas: free movement, but not yet good

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/christmas_branche/src/lib/graphics/importer/md2Model.cc

    r6201 r6203  
    2121#include "resource_manager.h"
    2222
    23 //#include <fstream>
    24 
    2523
    2624using namespace std;
     
    5048sAnim MD2Model::animationList[21] =
    5149  {
    52  // begin, end, fps, stoppable
     50 // begin, end, fps, interruptable
    5351    {   0,  39,  9, 1 },   //!< STAND
    5452    {  40,  45, 10, 1 },   //!< RUN
Note: See TracChangeset for help on using the changeset viewer.