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.h

    r1870 r1901  
    4040        char  strName[255];             /* The texture name */
    4141        char  strFile[255];             /* The texture file name */
    42         BYTE  color[3];                 /* The color of the object (R, G, B) */
     42        /* pb fix: BYTE -> int */
     43        int  color[3];                  /* The color of the object (R, G, B) */
    4344        int   texureId;                 /* the texture ID */
    4445        float uTile;                            /* u tiling of texture  (Currently not used) */
Note: See TracChangeset for help on using the changeset viewer.