diff options
| author | Felix Wallin <nibbler.v1@gmail.com> | 2010-10-16 21:35:33 (GMT) |
|---|---|---|
| committer | Felix Wallin <nibbler.v1@gmail.com> | 2010-10-16 21:35:33 (GMT) |
| commit | c4368bf8afc5ab1f1dd66f5aae0f79c841926137 (patch) | |
| tree | bd46144db548f80f3cedc5c8d914ab68658a87d5 /src | |
| parent | d1924837648e9a63486f76b0a145b46bb25da908 (diff) | |
| download | powder-c4368bf8afc5ab1f1dd66f5aae0f79c841926137.zip powder-c4368bf8afc5ab1f1dd66f5aae0f79c841926137.tar.gz | |
moved defines
Diffstat (limited to 'src')
| -rw-r--r-- | src/powder.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/powder.c b/src/powder.c index d297489..c86409f 100644 --- a/src/powder.c +++ b/src/powder.c @@ -188,17 +188,6 @@ int try_move(int i, int x, int y, int nx, int ny) return 1; } -#define SURF_RANGE 10 -#define NORMAL_MIN_EST 3 -#define NORMAL_INTERP 20 -#define NORMAL_FRAC 16 - -#define REFRACT 0x80000000 - -/* heavy flint glass, for awesome refraction/dispersion - this way you can make roof prisms easily */ -#define GLASS_IOR 1.9 -#define GLASS_DISP 0.07 static unsigned direction_to_map(float dx, float dy) { |
