summaryrefslogtreecommitdiff
path: root/src/d/d_lib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/d_lib.cpp')
-rw-r--r--src/d/d_lib.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/d/d_lib.cpp b/src/d/d_lib.cpp
index 1716be27b7..1f95b31806 100644
--- a/src/d/d_lib.cpp
+++ b/src/d/d_lib.cpp
@@ -77,8 +77,11 @@ extern "C" u8 now__14mDoMtx_stack_c[48];
/* ############################################################################################## */
/* 803A7240-803A7250 004360 0010+00 0/0 0/0 6/6 .data ZeroQuat */
-SECTION_DATA extern u8 ZeroQuat[16] = {
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F, 0x80, 0x00, 0x00,
+Quaternion ZeroQuat = {
+ 0.0f,
+ 0.0f,
+ 0.0f,
+ 1.0f
};
/* 803A7250-803A7260 004370 0010+00 0/0 1/1 0/0 .data __vt__10CSTControl */