X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fworld.h;h=5acc38936b556e6a1ce3e2d159684395aeb526c3;hb=554496a10625d28314195fecb656c8d5cb80cbb9;hp=d1dc7c01145b9f9856d1d628818dfca72eec1522;hpb=6e7cc3b4259e75a61df2984571d0ab1994c7cceb;p=supertux.git diff --git a/src/world.h b/src/world.h index d1dc7c011..5acc38936 100644 --- a/src/world.h +++ b/src/world.h @@ -16,6 +16,11 @@ #include #include "type.h" +/* Bounciness of distros: */ + +#define NO_BOUNCE 0 +#define BOUNCE 1 + typedef struct bouncy_distro_type /*It is easier to read the sources IMHO, if we don't write something like int a,b,c; */ { base_type base;