TalonBraveInfo / OpenHoW

Open-source reimplementation of Gremlin's Hogs of War (PC/PSX).
http://talonbrave.info
GNU General Public License v3.0
166 stars 12 forks source link

Unable to move camera on map RUMBLE #108

Closed DummkopfOfHachtenduden closed 5 years ago

DummkopfOfHachtenduden commented 5 years ago

Camera can not be moved on map RUMBLE with neither keyboard nor controller.

hogsy commented 5 years ago

Tracked this down yesterday. This is basically because it's failing to grab an actor on that map to possess, because we're only checking for one type of actor.

I'm in the process of adding a proper collection per-team etc. which should rectify this though it's going to take a little bit of time as I need to implement systems which don't currently exist.