This commit is contained in:
parent
124ffdb79b
commit
10e51da890
21 changed files with 182 additions and 178 deletions
|
@ -242,7 +242,7 @@ ColShowType showCollision=SHOW_NONE;
|
|||
#endif
|
||||
void CLayerCollision::render(DVECTOR &MapPos)
|
||||
{
|
||||
if(PadGetDown(0)&PAD_CIRCLE)
|
||||
if(PadGetDown(0)&PAD_L2)
|
||||
{
|
||||
showCollision=(ColShowType)(showCollision+1);
|
||||
if(showCollision>SHOW_SEMITRANS)showCollision=SHOW_NONE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue