X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fdefines.h;h=c2c71a7e115f2d58aa821261fe19af2315007bc6;hb=37f463fdfe74340a06c8510b4dc04c46a5a1ccbf;hp=9c86b6db317f290066974e35f4744bc2b876cc4d;hpb=b077bfe311e9c8a5d3fb8a78d348a061d67860a6;p=supertux.git diff --git a/src/defines.h b/src/defines.h index 9c86b6db3..c2c71a7e1 100644 --- a/src/defines.h +++ b/src/defines.h @@ -85,6 +85,9 @@ enum DyingType { #define LEVEL_WIDTH 375 +/* Timing constants (in ms): */ + +#define KICKING_TIME 200 /* Debugging */