Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 23, 2004, 11:24:47 PM (21 years ago)
Author:
patrick
Message:

ported showroom to linux - haleluja

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/showroom/Showroom/3dStructs.cpp

    r1869 r1901  
    33
    44/* Debugging*/
    5 #include <iostream.h>
     5#include <iostream>
    66
     7using namespace std;
    78
    89void C3dModel::Draw(int g_ViewMode)
     
    7071                                                {
    7172                                                        // Get and set the color that the object is, since it must not have a texture
    72                                                         BYTE *pColor = pMaterials[pObject[i].materialID].color;
     73                                                        /* linuxFix pb: BYTE not knonw */
     74                                                        int *pColor = pMaterials[pObject[i].materialID].color;
    7375
    7476                                                        // Assign the current color to this model
Note: See TracChangeset for help on using the changeset viewer.