2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-14 04:06:09 +00:00

Implement CScriptSpecialFunction::ThinkAreaDamage, and more CThardus

This commit is contained in:
2019-11-24 07:01:07 -08:00
parent 655dc01a06
commit 697a100bca
16 changed files with 241 additions and 119 deletions

View File

@@ -14,7 +14,7 @@ class CLightParameters {
friend class CActor;
public:
enum class EShadowTesselation { Zero };
enum class EShadowTesselation { Invalid=-1, Zero };
enum class EWorldLightingOptions { Zero, NormalWorld, NoShadowCast, DisableWorld };