summaryrefslogtreecommitdiff
path: root/src/JSystem/J2DGraph/J2DWindowEx.cpp
diff options
context:
space:
mode:
authorCarco_21 <144170194+carter-ktb21@users.noreply.github.com>2025-11-25 11:34:19 -0500
committerGitHub <noreply@github.com>2025-11-25 18:34:19 +0200
commit9e232b61fbac3d4a7564237426b4f0f696bc231f (patch)
tree912b6fc24f87977d4e8ae1a7c26b8d9a1afc725b /src/JSystem/J2DGraph/J2DWindowEx.cpp
parent2f2f37a7345d889aa1072b10e3a5022ad1bd15f1 (diff)
Small matches/improvements (#2844)
* j2dmatblock debug work * J2DMaterialFactory matching * J2DPictureEx matching * tiny work * fixed regressions * PR cleanup * build error fix
Diffstat (limited to 'src/JSystem/J2DGraph/J2DWindowEx.cpp')
-rw-r--r--src/JSystem/J2DGraph/J2DWindowEx.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/JSystem/J2DGraph/J2DWindowEx.cpp b/src/JSystem/J2DGraph/J2DWindowEx.cpp
index d052b84ba5..42b103047e 100644
--- a/src/JSystem/J2DGraph/J2DWindowEx.cpp
+++ b/src/JSystem/J2DGraph/J2DWindowEx.cpp
@@ -666,8 +666,7 @@ bool J2DWindowEx::setBlackWhite(JUtility::TColor black, JUtility::TColor white)
setTevOrder(bVar1);
setTevStage(bVar1);
if (bVar1) {
- J2DGXColorS10 color0;
- J2DGXColorS10 color1;
+ J2DGXColorS10 color0, color1;
color0.r = black.r;
color0.g = black.g;
color0.b = black.b;
@@ -685,8 +684,7 @@ bool J2DWindowEx::setBlackWhite(JUtility::TColor black, JUtility::TColor white)
return true;
}
-/* 80302A4C-80302BE8 2FD38C 019C+00 4/4 0/0 0/0 .text
- * getBlackWhite__11J2DWindowExCFPQ28JUtility6TColorPQ28JUtility6TColor */
+/* 80302A4C-80302BE8 2FD38C 019C+00 4/4 0/0 0/0 .text getBlackWhite__11J2DWindowExCFPQ28JUtility6TColorPQ28JUtility6TColor */
bool J2DWindowEx::getBlackWhite(JUtility::TColor* param_0, JUtility::TColor* param_1) const {
if (mFrameMaterial[0] == NULL) {
return false;