diff options
| author | SuperDude88 <82904174+SuperDude88@users.noreply.github.com> | 2023-09-13 22:11:36 -0400 |
|---|---|---|
| committer | SuperDude88 <82904174+SuperDude88@users.noreply.github.com> | 2023-09-13 22:11:36 -0400 |
| commit | a8e8fe3bb08468c2ab2d99e4fbc01ce16acf4237 (patch) | |
| tree | 86e4e494d814300d6af64ef5b9a966f76676c6f2 /src | |
| parent | b2b6e14f24d60cc2a707287aaa83d1b8ec9e430f (diff) | |
Mostly fix _create
Diffstat (limited to 'src')
| -rw-r--r-- | src/d/actor/d_a_shop_item.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/d/actor/d_a_shop_item.cpp b/src/d/actor/d_a_shop_item.cpp index 388d0327..62216a60 100644 --- a/src/d/actor/d_a_shop_item.cpp +++ b/src/d/actor/d_a_shop_item.cpp @@ -249,7 +249,6 @@ int daShopItem_c::_create() { } CreateInit(); - return result; } return result; |
