1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 20:43:04 +01:00

add title options and block tutorial

This commit is contained in:
IntelOrca
2014-04-26 16:53:21 +01:00
parent b9ea3b1143
commit 781d0fdf26
2 changed files with 22 additions and 6 deletions

View File

@@ -20,6 +20,7 @@
#include "addresses.h"
#include "tutorial.h"
#include "window_error.h"
/**
*
@@ -27,7 +28,10 @@
*/
void tutorial_start(int type)
{
RCT2_CALLPROC_X(0x0066ECC1, type, 0, 0, 0, 0, 0, 0);
strcpy((char*)0x009BC677, "Tutorial not implemented.");
window_error_open(3165, -1);
// RCT2_CALLPROC_X(0x0066ECC1, type, 0, 0, 0, 0, 0, 0);
}
/**