1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 07:14:31 +01:00

Fix seeking

This commit is contained in:
Ted John
2016-11-26 15:32:49 +00:00
parent 20d2ff56f8
commit 63c93f22b3
7 changed files with 191 additions and 113 deletions

View File

@@ -215,4 +215,9 @@ extern "C"
snprintf(ch, 256 - (ch - buffer), "%s (%s)", OPENRCT2_PLATFORM, OPENRCT2_ARCHITECTURE);
gfx_draw_string(dpi, buffer, COLOUR_BLACK, x + 5, y + 5);
}
void * title_get_sequence_player()
{
return _sequencePlayer;
}
}