You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Moved the coordinate overflow fix setting to config.h
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
|
||||
#include "trig_tables.inc.c"
|
||||
|
||||
#include "config.h"
|
||||
|
||||
// Variables for a spline curve animation (used for the flight path in the grand star cutscene)
|
||||
Vec4s *gSplineKeyframe;
|
||||
float gSplineKeyframeFraction;
|
||||
|
||||
@@ -5,13 +5,7 @@
|
||||
|
||||
#include "types.h"
|
||||
|
||||
/* Scales the world down by this factor, increasing how far you can render on
|
||||
* console in exchange for a slight loss in precision.
|
||||
*
|
||||
* For double extended boundary hacks, a value of 1.5f or 2.0f is good.
|
||||
* For quadruple extended bounds, use 3.f or 4.f
|
||||
*/
|
||||
#define WORLD_SCALE 2.f
|
||||
|
||||
|
||||
/*
|
||||
* The sine and cosine tables overlap, but "#define gCosineTable (gSineTable +
|
||||
|
||||
Reference in New Issue
Block a user