commit 5750a696490efdac67a813ab4deb8efc266ee81a parent b52f2bd08141416a4a775379c7e9fb3bded72216 Author: Adam M <aemalone@gmail.com> Date: Wed, 13 Nov 2019 22:21:09 -0600 Merge branch 'master' into stolyfickpigure Diffstat:
M | src/ComputerscareLaundrySoup.cpp | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ComputerscareLaundrySoup.cpp b/src/ComputerscareLaundrySoup.cpp @@ -96,7 +96,7 @@ struct ComputerscareLaundrySoup : Module { bool activeStep[numFields] = {false}; - bool activePolyStep[numFields][16] = {false}; + bool activePolyStep[numFields][16] = {{false}}; bool shouldChange[numFields] = {false}; bool changeImminent[numFields] = {false};