Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2863 in orxonox.OLD for orxonox/trunk/importer/framework.cc


Ignore:
Timestamp:
Nov 16, 2004, 1:19:54 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk/importer: now imports more than 3 different objects, but there is an error with the groupname, this will be resolved. also added toDo (do not inject into trunksvn add toDo )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/importer/framework.cc

    r2850 r2863  
    22#include "object.h"
    33
    4 int verbose = 2;
     4int verbose = 1;
    55WindowHandler wHandler;  // Create an instance of the whandler basecode class
    66Object* obj;
     
    7474      switch (event.type) {
    7575        // If a quit event was recieved
    76         case SDL_QUIT:
    77           // then we're done and we'll end this program
     76      case SDL_QUIT:
     77        // then we're done and we'll end this program
    7878          done=TRUE;
    7979          break;
    80         default:
     80      default:
    8181          break;
    8282      }
Note: See TracChangeset for help on using the changeset viewer.