Remove bit of old debug code that prevented all further objects being loaded.

This commit is contained in:
hispidence 2022-08-07 00:55:40 +01:00
parent c42faee592
commit a45fd03c1b

View file

@ -71,7 +71,6 @@ test.objects = {
-1,
ItemAction.USE
),
myObj,
InventoryItem.new(
"tut1_ba_cartouche2",
InvID.PUZZLE_ITEM3_COMBO2,
@ -114,4 +113,4 @@ test.objects = {
)
}
Flow.AddLevel(test)
Flow.AddLevel(test)