This commit is contained in:
parent
c03dc8b558
commit
dd7d4bf82c
1 changed files with 4 additions and 0 deletions
|
@ -34,7 +34,11 @@ void CLayerCollision::shutdown()
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
#ifdef __SHOW_COLLISION__
|
#ifdef __SHOW_COLLISION__
|
||||||
#include "gfx\prim.h"
|
#include "gfx\prim.h"
|
||||||
|
#ifdef __USER_paul__
|
||||||
int showCollision=true;
|
int showCollision=true;
|
||||||
|
#else
|
||||||
|
int showCollision=false;
|
||||||
|
#endif
|
||||||
void CLayerCollision::render(DVECTOR &MapPos)
|
void CLayerCollision::render(DVECTOR &MapPos)
|
||||||
{
|
{
|
||||||
if(showCollision)
|
if(showCollision)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue