mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 07:14:31 +01:00
Fix seeking
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user