mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 04:08:35 -07:00
Move is_nsfw to xtreme_assets struct
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user