diff options
| author | robojumper <robojumper@gmail.com> | 2025-07-23 00:20:43 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-07-23 00:20:43 +0200 |
| commit | e5cee273b56641c394d9353e71a7f5101e679087 (patch) | |
| tree | 694821798e0c529ee667ba5da26cf61a9031cfac /src/d/d_cs_game.cpp | |
| parent | f6178769c0a75768f4699b7ccb96d2a5ce06e19e (diff) | |
| parent | e8350dc5681fd9d689f25474674d0e930263bda2 (diff) | |
Merge remote-tracking branch 'upstream/main' into d_a_obj_boomerang
Diffstat (limited to 'src/d/d_cs_game.cpp')
| -rw-r--r-- | src/d/d_cs_game.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/d/d_cs_game.cpp b/src/d/d_cs_game.cpp index 6725a09d..8d2b2a91 100644 --- a/src/d/d_cs_game.cpp +++ b/src/d/d_cs_game.cpp @@ -9,9 +9,9 @@ SPECIAL_BASE_PROFILE(C_GAME, dCsGame_c, fProfile::C_GAME, 0x2BF, 0x06F9); -CsGameConfigMaybe sConfig; +dCsGame_HIO_c sConfig; -CsGameConfigMaybe::CsGameConfigMaybe() { +dCsGame_HIO_c::dCsGame_HIO_c() { field_0x04 = 0.0f; field_0x08 = 0.0f; field_0x0C = 0.0f; @@ -31,7 +31,6 @@ CsGameConfigMaybe::CsGameConfigMaybe() { field_0x3C = 1.0f; field_0x40 = 5; } -// CsGameConfigMaybe::~CsGameConfigMaybe() {} STATE_DEFINE(dCsGame_c::lytItemCursor_c, Invisible); STATE_DEFINE(dCsGame_c::lytItemCursor_c, Bow); |
