Open J-Pinelli opened 7 years ago
In file game.c, line 952 has a function called save_game_as(). One of the functions called within might be the problem
All of those functions are user-defined which are found in util.c
@J-Pinelli this function is only called when a user clicks Save As from the top left menu.. Apparently it is not called when a user enters a park name then clicks Save
The function path_remove_extension, however, is called when the user actually saves the game with a custom filename. If I can find where that call occurs then I would be able to check for an extension then, thus fixing the problem
OS: Windows 10 Version: ? Commit/Build: ? [e.g. 426e106]
Saving a game with a dot in the name will not save the game.
Steps to reproduce:
Screenshots / Video: