mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 21:33:07 -04:00
d_cam_type OK for JPN, add style enum, fix pystts1 enum
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user