Added the rest of the hacks.

This commit is contained in:
Steven Fuller 2001-08-22 02:04:05 +00:00 committed by Patryk Obara
parent abd1c68579
commit 90d3747b13
4 changed files with 401 additions and 224 deletions

View file

@ -23,25 +23,6 @@ BOOL KeepMainRifFile = FALSE;
int HWAccel = 1;
/* krender.c -- thought this file was unused */
void KDraw_Item_2dTexturePolygon(int *itemptr)
{
fprintf(stderr, "KDraw_Item_2dTexturePolygon(%p)\n", itemptr);
}
/* item.c -- thought this file was unused */
void Draw_Item_2dTexturePolygon(int *itemptr)
{
extern int ScanDrawMode;
if (ScanDrawMode == ScanDrawDirectDraw) {
KDraw_Item_2dTexturePolygon(itemptr);
}
}
/* avp_mp_config.cpp */
char* GetCustomMultiplayerLevelName(int index, int gameType)
{
@ -266,11 +247,6 @@ void InitDrawTest()
fprintf(stderr, "InitDrawTest()\n");
}
void InitForceField()
{
fprintf(stderr, "InitForceField()\n");
}
void SetFogDistance(int fogDistance)
{
fprintf(stderr, "SetFontDistance(%d)\n", fogDistance);
@ -334,11 +310,6 @@ BOOL EndD3DScene()
return FALSE;
}
void D3D_DrawCable(VECTORCH *centrePtr, MATRIXCH *orientationPtr)
{
fprintf(stderr, "D3D_DrawCable(%p, %p)\n", centrePtr, orientationPtr);
}
/* dd_func.cpp */
long BackBufferPitch;