remove surplus tokens after preprocessor directives

This commit is contained in:
Jonathan Gray 2013-05-01 21:17:31 +10:00
parent 908d2f0880
commit 00934e804e
8 changed files with 9 additions and 9 deletions

View file

@ -282,7 +282,7 @@ public:
{
return 1;
}
#endif;
#endif
};

View file

@ -211,4 +211,4 @@ Ghoul2 Insert End
//----------------------------------------------
#endif _CG_PUBLIC_H
#endif // _CG_PUBLIC_H

View file

@ -85,4 +85,4 @@ void G_Roff( gentity_t *ent );
void G_SaveCachedRoffs();
void G_LoadCachedRoffs();
#endif`
#endif

View file

@ -236,7 +236,7 @@ public:
SSkinGoreData *initgore):
#else
float fRadius):
#endif ):
#endif
surfaceNum(initsurfaceNum),
rootSList(initrootSList),

View file

@ -73,5 +73,5 @@ void CM_TM_Upload(vec3_t player_origin, vec3_t player_angles);
void CM_TM_SaveImageToDisk(const char * terrainName, const char * missionName, const char * seed);
void CM_TM_ConvertPosition(int &x, int &y, int Width, int Height);
#endif CM_TERRAINMAP_H_INC
#endif // CM_TERRAINMAP_H_INC

View file

@ -832,7 +832,7 @@ void CM_TraceThroughTree( traceWork_t *tw, clipMap_t *local, int num, float p1f,
#ifdef _XBOX
plane = cmg.planes + tr.world->nodes[num].planeNum;
#else mnode_s
#else
plane = node->plane;
#endif

View file

@ -845,6 +845,6 @@ struct Lump
}
}
};
#endif _XBOX
#endif // _XBOX
#endif //__QCOMMON_H__
#endif //__QCOMMON_H__

View file

@ -568,7 +568,7 @@ typedef struct {
int patchHeight;
} dsurface_t;
#endif _XBOX
#endif // _XBOX
typedef enum //# hunkAllocType_e
{