Move is_nsfw to xtreme_assets struct

This commit is contained in:
Willy-JL
2024-01-14 00:16:26 +00:00
parent 23ad52944b
commit f475bdd522
8 changed files with 22 additions and 14 deletions

View File

@@ -38,7 +38,7 @@ static void render_callback(Canvas* canvas, void* _ctx) {
const char* mood_str = NULL;
const Icon* portrait = NULL;
if(xtreme_settings.is_nsfw) {
if(xtreme_assets.is_nsfw) {
if(stats->butthurt <= 4) {
portrait = &I_passport_happy_46x49;
mood_str = "Status: Wet";