1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 15:24:30 +01:00

Refactor title sequence player to new class

This commit is contained in:
Ted John
2016-11-21 00:16:47 +00:00
parent ccd8cff296
commit afdd45f3cc
27 changed files with 1154 additions and 74 deletions

View File

@@ -366,7 +366,7 @@ extern "C"
*
* rct2: 0x00675E1B
*/
int game_load_sv6(SDL_RWops * rw)
bool game_load_sv6(SDL_RWops * rw)
{
if (!sawyercoding_validate_checksum(rw))
{