diff options
| author | robojumper <robojumper@gmail.com> | 2025-04-01 23:08:44 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-04-07 22:12:36 +0200 |
| commit | fc89f2b34a626b5d0e0520ad7d0b1afc3ea46f7f (patch) | |
| tree | 0bcd658995e6b639dba4f2741b88282675495c4d /src/d/d_cs_game.cpp | |
| parent | 17fe773653dffb5463d3ba4cf7d2f30038f34855 (diff) | |
d_lyt_msg_window_wood OK, d_lyt_common_a_btn OK
Diffstat (limited to 'src/d/d_cs_game.cpp')
| -rw-r--r-- | src/d/d_cs_game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_cs_game.cpp b/src/d/d_cs_game.cpp index 3ed7ea18..bc153463 100644 --- a/src/d/d_cs_game.cpp +++ b/src/d/d_cs_game.cpp @@ -234,7 +234,7 @@ bool dCsGame_c::lytItemCursor_c::doInit() { mAnm.init(mAnmGroups.tmp.mAnmGroups, lytItemCursorMap, 0x17, mpResAcc, mLyt.getLayout()); for (int i = 0; i < 0x17; i++) { - mAnmGroups.tmp.mAnmGroups[i].setDirection(false); + mAnmGroups.tmp.mAnmGroups[i].bind(false); mAnmGroups.tmp.mAnmGroups[i].setAnimEnable(false); } |
