Fix light masks for dark towns

This commit is contained in:
2014-04-18 01:26:05 -04:00
parent dca3c3c18f
commit 55c3f83d22
5 changed files with 40 additions and 36 deletions

View File

@@ -9,7 +9,7 @@ typedef struct {
} hold_responses;
void apply_unseen_mask();
void apply_light_mask();
void apply_light_mask(bool onWindow);
void end_anim();
void init_anim(short which_anim);
void run_anim();