summaryrefslogtreecommitdiff
path: root/src/d/d_cam_param.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-05-06 22:58:20 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-05-06 22:58:20 -0400
commit18fb9de306d63199cef8e2320cd901f5bf3b3315 (patch)
tree15fee1990991c6e5c00500b5d9f56518b48cd071 /src/d/d_cam_param.cpp
parent9e655561265da267f973d4f020d44bbcfca1b5ec (diff)
d_cam_type OK for JPN, add style enum, fix pystts1 enum
Diffstat (limited to 'src/d/d_cam_param.cpp')
-rw-r--r--src/d/d_cam_param.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_cam_param.cpp b/src/d/d_cam_param.cpp
index fab43cb8..b3229efe 100644
--- a/src/d/d_cam_param.cpp
+++ b/src/d/d_cam_param.cpp
@@ -104,7 +104,7 @@ BOOL dCamParam_c::Change(s32 i_styleIdx) {
mpStyle = &styles[mStyleIdx];
return TRUE;
} else {
- mpStyle = &styles[0];
+ mpStyle = &styles[dCamStyle_NN00_e];
return FALSE;
}
}