Skip to content

Commit

Permalink
palette_set_color_cycling bin exact
Browse files Browse the repository at this point in the history
  • Loading branch information
mewmew authored and AJenbo committed Apr 10, 2019
1 parent 687de4c commit 2877511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Source/palette.cpp
Expand Up @@ -287,7 +287,8 @@ BOOL palette_get_colour_cycling()
return color_cycling_enabled;
}

void palette_set_color_cycling(BOOL enabled)
BOOL palette_set_color_cycling(BOOL enabled)
{
color_cycling_enabled = enabled;
return enabled;
}
2 changes: 1 addition & 1 deletion Source/palette.h
Expand Up @@ -26,7 +26,7 @@ void PaletteFadeOut(int fr);
void palette_update_caves();
void palette_update_quest_palette(int n);
BOOL palette_get_colour_cycling();
void palette_set_color_cycling(BOOL enabled);
BOOL palette_set_color_cycling(BOOL enabled);

/* rdata */

Expand Down

0 comments on commit 2877511

Please sign in to comment.