Properly fix sqrtf constants

This commit is contained in:
gamemasterplc 2024-11-09 15:49:29 -06:00
parent 4a4967d4a3
commit ce70fc74af
17 changed files with 29 additions and 32 deletions

View file

@ -8,7 +8,7 @@
#include "game/gamework_data.h"
#include "game/flag.h"
#include "game/chrman.h"
#include "rel_sqrt_consts.h"
#include "math.h"
#include "REL/executor.h"
#include "game/board/main.h"