1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-09 21:29:53 +00:00

While I'm using the hacky approach to player/missile synchronisation, I need to seed adder.

This commit is contained in:
Thomas Harte 2017-02-22 07:39:11 -05:00
parent 1d03793f22
commit 6120dae61a

View File

@ -188,7 +188,7 @@ class TIA {
}
}
Player() : copy_flags(0), graphic{0, 0}, reverse_mask(false), pixel_position(32), graphic_index(0) {}
Player() : copy_flags(0), graphic{0, 0}, reverse_mask(false), pixel_position(32), graphic_index(0), adder(4) {}
} player_[2];
// common actor for things that appear as a horizontal run of pixels