mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-05 20:35:38 +00:00
Don't skip lines with no data after "=", as there are many presets with empty code lines. skipping it would create a gap in the line numbers, aborting the loop in GetCode() early.
8 lines
217 B
Plaintext
8 lines
217 B
Plaintext
// Used to test the value conversion functions for init params.
|
|
[preset00]
|
|
fVideoEchoAlpha=0.500 pounds
|
|
fSomeWeirdStuff=X
|
|
nVideoEchoOrientation=3 // Have a comment.
|
|
nSomeWeirdStuff=X
|
|
bAdditiveWaves=1
|
|
bSomeWeirdStuff=X |