mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Apply review suggestion from InfoTeddy
Co-authored-by: Misa Elizabeth Kai <infoteddy@infoteddy.info>
This commit is contained in:
parent
bcc302bcc2
commit
a72966426b
1 changed files with 2 additions and 1 deletions
|
@ -280,7 +280,8 @@ void scriptclass::run(void)
|
||||||
}
|
}
|
||||||
else if (words[1] == "warptokens")
|
else if (words[1] == "warptokens")
|
||||||
{
|
{
|
||||||
for (size_t edi = 0; edi < obj.entities.size(); edi++) {
|
for (size_t edi = 0; edi < obj.entities.size(); edi++)
|
||||||
|
{
|
||||||
if (obj.entities[edi].type == 11)
|
if (obj.entities[edi].type == 11)
|
||||||
{
|
{
|
||||||
obj.disableentity(edi);
|
obj.disableentity(edi);
|
||||||
|
|
Loading…
Reference in a new issue