diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2022-02-27 22:32:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-27 16:32:05 -0500 |
| commit | ed6ec5bceb667f10faf2b0672e273c78feba971e (patch) | |
| tree | d7dfac67f06d3210f84140ad189413f4fe2c716d /src/code/PreRender.c | |
| parent | dfbc356cdf36ca5e68ae60f3d2fc0431c1965524 (diff) | |
Doc misc 1 (#1160)
* Misc documentation 1
* Add parentheses
Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com>
* Move the parentheses to the right place
* `curByte`(2) -> `curChar`(2)
Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
* Revert `isMaterialSet` boolean usage
* Fix misplaced line (how did that happen)
* Fixup
Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com>
Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
Diffstat (limited to 'src/code/PreRender.c')
| -rw-r--r-- | src/code/PreRender.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/PreRender.c b/src/code/PreRender.c index 849190443..3983361e8 100644 --- a/src/code/PreRender.c +++ b/src/code/PreRender.c @@ -472,11 +472,11 @@ void func_800C2500(PreRender* this, s32 x, s32 y) { void func_800C2FE4(PreRender* this) { s32 x; s32 y; - s32 phi_v0; + s32 pad1; u8* buffR = alloca(this->width); u8* buffG = alloca(this->width); u8* buffB = alloca(this->width); - s32 pad[3]; + s32 pad2[3]; s32 pxR; s32 pxG; s32 pxB; |
