diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-08-12 16:30:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-12 16:30:44 -0400 |
| commit | 2eaf012e4f8749bf83a6dc00cf1900f64663a33f (patch) | |
| tree | e4b512b394015bb6ab04946c0b59f37c7f3066a2 /src/d/actor/d_a_hot_floor.cpp | |
| parent | c5878bf0687e54c23f72e72a1514fe7221b1350e (diff) | |
Fix some version differences (#852)
* Fix some version differences
* Found real inline name for checkBowMiniGame
Diffstat (limited to 'src/d/actor/d_a_hot_floor.cpp')
| -rw-r--r-- | src/d/actor/d_a_hot_floor.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/d/actor/d_a_hot_floor.cpp b/src/d/actor/d_a_hot_floor.cpp index d9a98b84..e4c28270 100644 --- a/src/d/actor/d_a_hot_floor.cpp +++ b/src/d/actor/d_a_hot_floor.cpp @@ -52,7 +52,10 @@ cPhs_State daHot_Floor_c::CreateInit() { } cPhs_State daHot_Floor_c::_create() { +#if VERSION > VERSION_DEMO + // Bug: This actor is never initialized in the demo. fopAcM_SetupActor(this, daHot_Floor_c); +#endif return CreateInit(); } |
