Fixes Static Assert from pr #6174 (#6258)

This commit is contained in:
Alex 2025-02-13 19:31:50 +01:00 committed by GitHub
parent d1b2b045d0
commit 2b2d703c8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,7 @@
#include "constants/trainer_hill.h"
#include "constants/weather.h"
STATIC_ASSERT((B_FLAG_FOLLOWERS_DISABLED == 0 && !OW_FOLLOWERS_ENABLED), FollowersFlagAssignedWithoutEnablingThem);
STATIC_ASSERT((B_FLAG_FOLLOWERS_DISABLED == 0 || OW_FOLLOWERS_ENABLED), FollowersFlagAssignedWithoutEnablingThem);
struct CableClubPlayer
{