isle-portable/extensions
Christian Semmler dd56e6c686
Fix player count showing 0 after returning from a race
When exiting a race, LegoRace::Create stashes the UserActor and sets
it to NULL. The destructor restores it, but runs later than
OnWorldEnabled, so NotifyPlayerCountChanged sees a NULL UserActor and
doesn't count the local player. Fall back to GameState::GetActorId()
which is restored earlier (in LegoRace::Enable(FALSE)).
2026-03-07 21:57:20 -08:00
..
include/extensions Add free camera controls (#10) 2026-03-08 06:23:57 +01:00
src Fix player count showing 0 after returning from a race 2026-03-07 21:57:20 -08:00