mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-05 02:39:41 +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")
|
||||
{
|
||||
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)
|
||||
{
|
||||
obj.disableentity(edi);
|
||||
|
|
Loading…
Reference in a new issue