Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2988 in orxonox.OLD


Ignore:
Timestamp:
Nov 25, 2004, 10:57:20 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk/importer: default of Group→next set to NULL as it should be. Thanks to Adrian to ddd me to the error :)

Location:
orxonox/trunk/importer
Files:
2 edited

Legend:

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

    r2968 r2988  
    4343  // Create a new OpenGL window with the title "Cone3D Basecode" at
    4444  // 640x480x32, fullscreen and check for errors along the way
    45   if(wHandler.CreateGLWindow("Whandler Basecode", 500, 375, 32, FALSE) == FALSE)
     45  if(wHandler.CreateGLWindow("Whandler Basecode", 640, 480, 32, FALSE) == FALSE)
    4646  {
    4747    // If an error is found, display a message, kill the GL and SDL screens (if they were created) and exit
  • orxonox/trunk/importer/object.cc

    r2967 r2988  
    226226  group->faceMode = -1;
    227227  group->faceCount = 0; 
     228  group->nextGroup = NULL;
    228229  if ((group->listNumber = glGenLists(1)) == 0 )
    229230    {
Note: See TracChangeset for help on using the changeset viewer.