Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
radar.lua: fix error when playing multiple games in the same session
- Because the player variable is cached at file scope, it becomes orphaned on end game. - Reset it during cleanup phase so it can be populated with the correct Game.player object during the next game.
- Loading branch information