diff 06/std.xhtml @ 4:617e7760fd9f

Fix thstd_viewpos2_instr_t.center_dy as well as a link with incorrect description.
author Thibaut Girka <thib@sitedethib.com>
date Fri, 05 Aug 2011 21:28:14 +0200
parents bd0f1253691d
children 2a7b9d62c0c4
line wrap: on
line diff
--- a/06/std.xhtml
+++ b/06/std.xhtml
@@ -114,7 +114,7 @@ typedef struct { // type == 0
 
 typedef struct { // type == 2
     uint32_t unknown_x; //TODO
-    uint32_t center_dy; // y delta between the camera position and its view center
+    float center_dy; // y delta between the camera position and its view center
     float dz; // z coordinate of the camera, divided by -835.979370
 } thstd_viewpos2_instr_t;