Skip to content

Commit

Permalink
fix particle game_type(CoP)
Browse files Browse the repository at this point in the history
  • Loading branch information
abramcumner committed Aug 18, 2016
1 parent 909b321 commit b0e4484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/xray_re/xr_scene_particles.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ void xr_particle_object::save_v12(xr_ini_writer* w) const
{
xr_custom_object::save_v12(w);

w->write("game_type", "65535");
w->write("game_type", 65535);
w->write("ref_name", m_reference, false);
w->write("version", CPSOBJECT_VERSION_V12);
}
Expand Down

0 comments on commit b0e4484

Please sign in to comment.