summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_arrow_lighteff.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2023-12-19 21:29:37 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2023-12-19 21:29:37 -0500
commitec3f7f0198981e4ddbb6aaab68521396c0a6ca51 (patch)
tree238297c7d9a0206ec952d47b88986ef6dde0c2b5 /src/d/actor/d_a_arrow_lighteff.cpp
parent1f8f630e2f497515a71e1c3a74c6e943c0ed8ef6 (diff)
misc minor cleanup (indentation, offset comments, etc)
Diffstat (limited to 'src/d/actor/d_a_arrow_lighteff.cpp')
-rw-r--r--src/d/actor/d_a_arrow_lighteff.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_arrow_lighteff.cpp b/src/d/actor/d_a_arrow_lighteff.cpp
index 38a92244..ae3d6e48 100644
--- a/src/d/actor/d_a_arrow_lighteff.cpp
+++ b/src/d/actor/d_a_arrow_lighteff.cpp
@@ -229,7 +229,7 @@ bool daArrow_Lighteff_c::_delete() {
/* 00000B70-00000C10 .text daArrow_Lighteff_Delete__FPv */
static BOOL daArrow_Lighteff_Delete(void* i_this) {
- return static_cast<daArrow_Lighteff_c*>(i_this)->_delete();
+ return static_cast<daArrow_Lighteff_c*>(i_this)->_delete();
}
bool daArrow_Lighteff_c::_draw() {