diff options
Diffstat (limited to 'src/d/actor/d_a_arrow.cpp')
| -rw-r--r-- | src/d/actor/d_a_arrow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_arrow.cpp b/src/d/actor/d_a_arrow.cpp index 79cb8dd9db..d0b6a7b226 100644 --- a/src/d/actor/d_a_arrow.cpp +++ b/src/d/actor/d_a_arrow.cpp @@ -1069,8 +1069,8 @@ int daArrow_c::draw() { return TRUE; } - static const GXColorS10 tmpColor = {0, 0, 0}; - J3DGXColorS10 color = (tmpColor); + static const GXColorS10 tmpColor = {0x00, 0x00, 0x00, 0x00}; + J3DGXColorS10 color = tmpColor; daAlink_c* link = daAlink_getAlinkActorClass(); if (fopAcM_GetParam(this) == 0 && field_0x940 != 0) { |
