Sorry, 'b' will add a SpecialDoor object into the world.
Insert the following line at 55:
OR
replace line 54 with this:
1 | Switche.specialdoor = (SpecialDoor)actor; |
1 2 | Switche.specialdoor = new SpecialDoor(); actor = Switche.specialdoor; |