inherited(...); to inherited(); in Initialize since Initialize doesn't have any parameters.

install-platforms
Clonkonaut 2017-10-25 15:01:19 +02:00
parent cbe536711c
commit 2ca557a09c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ public func RejectCollect() { return true; }
// Start the chest closed.
public func Construction()
{
inherited(...);
inherited();
PlayAnimation("Close", 5, Anim_Linear(0, 0, GetAnimationLength("Close"), 1, ANIM_Hold));
is_open = false;