water patch

This commit is contained in:
2020-12-10 19:19:35 +01:00
parent b03e674056
commit 966ae9e465
10 changed files with 160 additions and 69 deletions

View File

@@ -120,7 +120,7 @@ return -1;
/*
* used by vertical_singlitch()
*/
int x_delta(float dy, float phy)
static int x_delta(float dy, float phy)
{
float param, fv;
param = dy + phy;