# HG changeset patch # User Thibaut Girka # Date 1312572494 -7200 # Node ID 617e7760fd9f38797ab0a88c93a16331505a26fc # Parent bd0f1253691d10c5741ca8f93e1a8070f7128f80 Fix thstd_viewpos2_instr_t.center_dy as well as a link with incorrect description. diff --git a/06/std.xhtml b/06/std.xhtml --- 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; diff --git a/index.xhtml b/index.xhtml --- a/index.xhtml +++ b/index.xhtml @@ -15,7 +15,7 @@

Opcodes