score, high_score ready.

Added dialog rc.
This commit is contained in:
oz
2020-12-12 16:36:20 +03:00
parent fe254ef03c
commit 2da95a2e8a
9 changed files with 720 additions and 39 deletions

View File

@@ -19,7 +19,7 @@ datFileStruct* pb::record_table = nullptr;
int pb::time_ticks = 0, pb::demo_mode = 0, pb::cheat_mode = 0, pb::game_mode = 2, pb::mode_countdown_, pb::
ball_speed_limit, pb::state;
float pb::time_now, pb::time_next;
char pb::highscore_table[32];
high_score_struct pb::highscore_table[5];
int pb::init()
{