mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-12-07 04:51:00 +01:00
TRollover, TOneway, TLightRollover, TTripwire, TEdgeManager ready.
This commit is contained in:
parent
9bd064bf15
commit
d19fb0476a
29 changed files with 632 additions and 160 deletions
|
|
@ -101,11 +101,11 @@ void TPinballComponent::port_draw()
|
|||
{
|
||||
}
|
||||
|
||||
void TPinballComponent::put_scoring(int scoreId, int value)
|
||||
void TPinballComponent::put_scoring(int index, int score)
|
||||
{
|
||||
}
|
||||
|
||||
int TPinballComponent::get_scoring(int score1)
|
||||
int TPinballComponent::get_scoring(int index)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue