diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2024-01-06 15:46:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-06 07:46:59 -0700 |
| commit | 03843d77fe0311022c69ad73ac6ebd73130eb80c (patch) | |
| tree | 8fe267c62ecd878d62d16d5ba0f4f0b6a50ce6f8 /src/main.c | |
| parent | 4429c490627ac9fa8f45e95924a0b25a554f12f3 (diff) | |
some const placement and one rename (#529)
* some const placement and one rename
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 8af6eb580..c7594763b 100644 --- a/src/main.c +++ b/src/main.c @@ -125,7 +125,7 @@ f32 gCameraZoom[4]; // look like to be the fov of each character //f32 D_8015013C; UNUSED s32 D_80150140; UNUSED s32 D_80150144; -f32 D_80150148; +f32 gScreenAspect; f32 D_8015014C; f32 D_80150150; UNUSED f32 D_80150154; |
