mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 01:59:43 +01:00
options to spawn entity 21, and no activity zone
This commit is contained in:
parent
b7da899674
commit
02ace10df9
1 changed files with 5 additions and 2 deletions
|
@ -1917,8 +1917,11 @@ void mapclass::loadlevel(int rx, int ry)
|
||||||
usethisy -= 8;
|
usethisy -= 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
obj.createentity(ex, usethisy + 8, 20, usethistile);
|
obj.createentity(ex, usethisy + 8, 20 + SDL_clamp(ent.p2, 0, 1), usethistile);
|
||||||
|
if (obj.customscript != "")
|
||||||
|
{
|
||||||
obj.createblock(ACTIVITY, ex - 8, usethisy + 8, 20, 16, 35);
|
obj.createblock(ACTIVITY, ex - 8, usethisy + 8, 20, 16, 35);
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 19: //Script Box
|
case 19: //Script Box
|
||||||
|
|
Loading…
Reference in a new issue