Silence gcc's annoying warnings

This commit is contained in:
theoddone33
2002-02-27 04:32:10 +00:00
parent 1095766b78
commit 2e73ed3602

View File

@@ -41,7 +41,7 @@ static int Height[2][SCRW*SCRH];
extern char NetPlayNoMore; extern char NetPlayNoMore;
static void DrawWaterNoLight(int *ptr); /* static void DrawWaterNoLight(int *ptr); */
static void DrawWaterWithLight(int *ptr,int light); static void DrawWaterWithLight(int *ptr,int light);
static void SineBlob(int x, int y, int radius, int height, int page); static void SineBlob(int x, int y, int radius, int height, int page);
static void CalcWater(int *nptr,int *optr,int density); static void CalcWater(int *nptr,int *optr,int density);
@@ -157,6 +157,7 @@ void DrawWater(void)
} }
#if 0
void DrawWaterNoLight(int *ptr) void DrawWaterNoLight(int *ptr)
{ {
int dx,dy; int dx,dy;
@@ -236,6 +237,7 @@ void DrawWaterNoLight(int *ptr)
// frames++; // frames++;
} }
#endif
void DrawWaterWithLight(int *ptr,int light) void DrawWaterWithLight(int *ptr,int light)
{ {