This commit is contained in:
Charles 2001-05-01 23:41:00 +00:00
parent 1ea21741e4
commit 5138533e49
7 changed files with 151 additions and 13 deletions

View file

@ -105,16 +105,6 @@
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// All platforms are fied to this width at the minute..
#define PLATFORMWIDTH 80
// The collision box is this high.. if SB keeps falling through platforms then it *should* be sufficient
// just to up this a bit
#define PLATFORMCOLLISIONHEIGHT 80
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
class CLayerCollision *CNpcPlatform::m_layerCollision;