mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-04 18:29:41 +01:00
Change back the order of entity creation
This commit is contained in:
parent
b4bac64361
commit
11ef68bea2
1 changed files with 1 additions and 1 deletions
|
@ -8997,8 +8997,8 @@ const short* otherlevelclass::loadlevel(int rx, int ry)
|
||||||
283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,
|
283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,
|
||||||
};
|
};
|
||||||
|
|
||||||
obj.createentity(152, 168, 25, 0, 19); // Trophy
|
|
||||||
obj.createentity(152, 168, 25, 0, 20); // Trophy placeholder
|
obj.createentity(152, 168, 25, 0, 20); // Trophy placeholder
|
||||||
|
obj.createentity(152, 168, 25, 0, 19); // Trophy
|
||||||
result = contents;
|
result = contents;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue