puzzles: fix crashes and odd behavior on load

I can't believe this has gone unnoticed for so long... We need to update
the game size upon loading games. Who knew?

Change-Id: I929f8139457853440ae687bd937af989fa7c6f93
This commit is contained in:
Franklin Wei 2020-06-25 16:32:56 -04:00
parent 48b0ef1cf2
commit b67d9e9217

View file

@ -2973,6 +2973,8 @@ static const char *init_for_game(const game *gm, int load_fd)
return ret;
}
fix_size();
tune_input(gm->name);
mouse_x = LCD_WIDTH / 2;