mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Remove bit of old debug code that prevented all further objects being loaded.
This commit is contained in:
parent
c42faee592
commit
a45fd03c1b
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue