Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2931 in orxonox.OLD for orxonox/trunk/importer/object.cc


Ignore:
Timestamp:
Nov 20, 2004, 1:33:51 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk/importer: included mouse-speed-turning (touch the screen and the object will start to move). Also included windows.h if in WIN32. general cleanup of framework

File:
1 edited

Legend:

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

    r2863 r2931  
    295295    }
    296296  objFileName = fileName;
    297   char Buffer[500];
     297  char Buffer[10000];
    298298  while(!OBJ_FILE->eof())
    299299    {
    300       OBJ_FILE->getline(Buffer, 500);
     300      OBJ_FILE->getline(Buffer, 10000);
    301301      if (verbose >=4)
    302302        printf ("Read input line: %s\n",Buffer);
Note: See TracChangeset for help on using the changeset viewer.