fix: missing Entity::RIDING_TAG, exclude demo mode

This commit is contained in:
Tropical
2026-03-22 15:20:04 -05:00
parent e1a31d1b3e
commit 9978311241
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ exclude_sources = [
' ! -name "SurvivalMode.cpp"',
' ! -name "CreativeMode.cpp"',
' ! -name "GameMode.cpp"',
' ! -name "DemoMode.cpp"',
' ! -name "PreStitchedTextureMap.cpp"',
]