some cleanup is good.

This commit is contained in:
Enno Rehling 2018-05-18 21:44:03 +02:00
parent 33a6d7fa0e
commit 6699e8940e
1 changed files with 1 additions and 1 deletions

View File

@ -53,9 +53,9 @@ void game_done(void)
free_config();
free_special_directions();
free_locales();
#endif
kernel_done();
dblib_close();
#endif
}
void game_init(void)