scemino / engge

Open source remake of Thimbleweed Park's engine
https://scemino.github.io/
MIT License
150 stars 15 forks source link

Actor cannot be selected anymore #205

Closed scemino closed 4 years ago

scemino commented 4 years ago

After the first meeting with the sheriff, Ray cannot be selected anymore if we switch to Reyes. This regression comes from #93, when actor is in Void room, it should not be selectable anymore, but when the sheriff is met, current actor is sent to Void room actorAt(currentActor, Void) but this is temporary, so the currentActor should be selectable again.