diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-01-03 15:55:56 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-01-03 15:55:56 -0500 |
| commit | ea78ea5f5c15361be7d29ab8fd712b46b916e4e3 (patch) | |
| tree | 08f255cf389aad5edd2106f0e5305a7c62ed6e06 /src/d/actor/d_a_item.cpp | |
| parent | a811016a06474be74aaf933c8e267c1ff81bc9de (diff) | |
d_a_player_main
Diffstat (limited to 'src/d/actor/d_a_item.cpp')
| -rw-r--r-- | src/d/actor/d_a_item.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_item.cpp b/src/d/actor/d_a_item.cpp index 0aa8c61e..037f13b2 100644 --- a/src/d/actor/d_a_item.cpp +++ b/src/d/actor/d_a_item.cpp @@ -1368,7 +1368,7 @@ BOOL daItem_c::initAction() { return TRUE; } - // TODO: usage of uninitialized register? + // TODO: bug? usage of uninitialized register f31 in some cases f32 temp_f31; switch (mAction) { case 1: |
