cammelCase for intermediate structs

This commit is contained in:
Henrique Gemignani Passos Lima
2023-08-11 22:35:54 +03:00
parent 76b3a67852
commit 7539fb92cb
317 changed files with 3113 additions and 3113 deletions
@@ -9,26 +9,26 @@ struct SLdrSafeZoneStructB {
SLdrSafeZoneStructB();
~SLdrSafeZoneStructB();
int turn_on_sound;
int turnOnSound;
float unknown_0xd4839a3f;
int active_loop_sound;
int turn_off_sound;
int player_enter_sound;
int player_exit_sound;
CAssetId dark_visor_spot_texture;
float dark_visor_spot_max_size;
CAssetId shell_environment_map;
float shell1_animated_horiz_rate;
float shell1_animated_vert_rate;
float shell1_scale_horiz;
float shell1_scale_vert;
CAssetId shell1_texture;
float shell2_animated_horiz_rate;
float shell2_animated_vert_rate;
float shell2_scale_horiz;
float shell2_scale_vert;
CAssetId shell2_texture;
CColor shell_color;
int activeLoopSound;
int turnOffSound;
int playerEnterSound;
int playerExitSound;
CAssetId darkVisorSpotTexture;
float darkVisorSpotMaxSize;
CAssetId shellEnvironmentMap;
float shell1AnimatedHorizRate;
float shell1AnimatedVertRate;
float shell1ScaleHoriz;
float shell1ScaleVert;
CAssetId shell1Texture;
float shell2AnimatedHorizRate;
float shell2AnimatedVertRate;
float shell2ScaleHoriz;
float shell2ScaleVert;
CAssetId shell2Texture;
CColor shellColor;
CColor unknown_0xe68b1fa8;
};