mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-13 11:54:04 +02:00
A Comment
This commit is contained in:
@@ -124,6 +124,7 @@ void update_air(void)
|
|||||||
dy += fvy[y][x];
|
dy += fvy[y][x];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Pressure Caps, remove for lulz
|
||||||
if(dp > 256.0f) dp = 256.0f;
|
if(dp > 256.0f) dp = 256.0f;
|
||||||
if(dp < -256.0f) dp = -256.0f;
|
if(dp < -256.0f) dp = -256.0f;
|
||||||
if(dx > 256.0f) dx = 256.0f;
|
if(dx > 256.0f) dx = 256.0f;
|
||||||
|
Reference in New Issue
Block a user