Silence gcc's annoying warnings
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user