diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-06 22:58:20 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-06 22:58:20 -0400 |
| commit | 18fb9de306d63199cef8e2320cd901f5bf3b3315 (patch) | |
| tree | 15fee1990991c6e5c00500b5d9f56518b48cd071 /src/d/d_cam_param.cpp | |
| parent | 9e655561265da267f973d4f020d44bbcfca1b5ec (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.cpp | 2 |
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; } } |
