diff options
Diffstat (limited to 'src/d/d_lib.cpp')
| -rw-r--r-- | src/d/d_lib.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/d/d_lib.cpp b/src/d/d_lib.cpp index 5456c7dc9d..8f3597a55b 100644 --- a/src/d/d_lib.cpp +++ b/src/d/d_lib.cpp @@ -16,8 +16,7 @@ #include "f_op/f_op_actor.h" #include "m_Do/m_Do_controller_pad.h" -static void dummy1(mDoExt_btkAnm* btk) { - cXyz pos; +static void dummy1(mDoExt_btkAnm* btk, cXyz& pos) { GXColor color; OS_REPORT("d_lib.cpp"); OS_REPORT("brk != 0"); |
