diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2024-12-12 22:58:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-12 12:58:40 -0800 |
| commit | ee992eb80c798a3c3cec73fb785edf6852fbd259 (patch) | |
| tree | 70aa0f6832e88619a91548c40f999d5b6ade597a /src/d/actor/d_a_obj_automata.cpp | |
| parent | 559fcb3a1649cdc3b671ed0909ab35f15ec0563d (diff) | |
daObj_BouMato_c OK (#2264)
* daObj_BouMato_c OK
* daObjGraRock_c Matched except template function order
* daBkyRock_c OK
Diffstat (limited to 'src/d/actor/d_a_obj_automata.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_automata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_automata.cpp b/src/d/actor/d_a_obj_automata.cpp index ec27fb933b..19fdf2cd7b 100644 --- a/src/d/actor/d_a_obj_automata.cpp +++ b/src/d/actor/d_a_obj_automata.cpp @@ -50,7 +50,7 @@ static dCcD_SrcGObjInf const l_ccDObjData = {dCcD_SE_NONE, 0x0, 0x0, 0x0, 0x0}, // mGObjAt {dCcD_SE_STONE, 0x0, 0x0, 0x0, 0x0}, // mGObjTg {0x0}, // mGObjCo - }; +}; /* 80BA6CE0-80BA6D24 000030 0044+00 1/2 0/0 0/0 .data l_ccDCyl */ static dCcD_SrcCyl l_ccDCyl = { |
