Skip to content

Commit

Permalink
build: fix build for msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Aug 22, 2023
1 parent 8b84989 commit 9f656d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ constexpr std::size_t countof(T(&)[N]) { return N; }
PROP(dither_type) \
PROP(ene_damage_multiplier) \
PROP(exitWaterJump) \
PROP(gravity) \
PROP(gravity) \
PROP(gravity2) \
PROP(hc) \
PROP(hcp) \
Expand Down Expand Up @@ -1185,8 +1185,8 @@ constexpr std::size_t countof(T(&)[N]) { return N; }
ARRAY_PROP(scrmaxcnt)

// TODO gen_data[i][j]
// ARRAY_PROP(gen_data) \
// ARRAY_PROP(gen_initd) \
// ARRAY_PROP(gen_data)
// ARRAY_PROP(gen_initd)

std::string serialize_init_data_delta(zinitdata *base, zinitdata *changed)
{
Expand Down

0 comments on commit 9f656d8

Please sign in to comment.