mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-12 00:30:31 +00:00
While I'm using the hacky approach to player/missile synchronisation, I need to seed adder.
This commit is contained in:
parent
1d03793f22
commit
6120dae61a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user