Skip to content

Commit

Permalink
fix null error on missing config at game_start
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto authored Apr 22, 2024
1 parent a781948 commit bba125f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fancy_demo/fancy.asc
Original file line number Diff line number Diff line change
Expand Up @@ -1219,6 +1219,7 @@ void _fancy_say_update()
void game_start()
{
_tvdict = Dictionary.Create(eSorted, eCaseInsensitive);
_default_cfg = FancyConfig.Create();
_default_f9p = Fancy9Piece.CreateFromTextWindowGui(null);
_default_default_f9p = Fancy9Piece.CreateFromTextWindowGui(null);
}
Expand Down

0 comments on commit bba125f

Please sign in to comment.