1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-25 22:18:30 +02:00

Change back the order of entity creation

This commit is contained in:
tzann 2020-07-29 03:05:25 +02:00 committed by Ethan Lee
parent b4bac64361
commit 11ef68bea2

View File

@ -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,
};
obj.createentity(152, 168, 25, 0, 19); // Trophy
obj.createentity(152, 168, 25, 0, 20); // Trophy placeholder
obj.createentity(152, 168, 25, 0, 19); // Trophy
result = contents;
break;
}