aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap/scenes/scene48.cpp
blob: 3b24d57a8c01a17b2329d3cf713102421c69bfda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
/* ScummVM - Graphic Adventure Engine
 *
 * ScummVM is the legal property of its developers, whose names
 * are too numerous to list here. Please refer to the COPYRIGHT
 * file distributed with this source distribution.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.

 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.

 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 *
 */

#include "gnap/gnap.h"
#include "gnap/gamesys.h"
#include "gnap/resource.h"

namespace Gnap {

void GnapEngine::scene48_initCutscene() {
	_s99_dword_47F370[0] = 390;
	_s99_dword_47F370[1] = 391;
	_s99_dword_47F370[2] = 392;
	_s99_dword_47F370[3] = 393;
	_s99_dword_47F370[4] = 394;
	_s99_dword_47F370[5] = 395;
	_s99_dword_47F370[6] = 396;
	_s99_dword_47F370[7] = 397;
	_s99_dword_47F370[8] = 398;
	_s99_dword_47F370[9] = 399;
	_s99_dword_47F370[10] = 400;
	_s99_dword_47F370[11] = 401;
	_s99_dword_47F370[12] = 402;
	_s99_dword_47F2F0[0] = 238;
	_s99_dword_47F2F0[1] = 42;
	_s99_dword_47F2F0[2] = 2;
	_s99_dword_47F2F0[3] = 37;
	_s99_dword_47F2F0[4] = 35;
	_s99_dword_47F2F0[5] = 38;
	_s99_dword_47F2F0[6] = 39;
	_s99_dword_47F2F0[7] = 40;
	_s99_dword_47F2F0[8] = 41;
	_s99_dword_47F2F0[9] = 36;
	_s99_dword_47F2F0[10] = 41;
	_s99_dword_47F2F0[11] = 388;
	_s99_dword_47F2F0[12] = 387;
	_s99_dword_47F330[0] = 1;
	_s99_dword_47F330[1] = 1;
	_s99_dword_47F330[2] = 1;
	_s99_dword_47F330[3] = 1;
	_s99_dword_47F330[4] = 1;
	_s99_dword_47F330[5] = 1;
	_s99_dword_47F330[6] = 1;
	_s99_dword_47F330[7] = 1;
	_s99_dword_47F330[8] = 1;
	_s99_dword_47F330[9] = 1;
	_s99_dword_47F330[10] = 1;
	_s99_dword_47F330[11] = 1;
	_s99_dword_47F330[12] = 1;
	_s99_canSkip[0] = 0;
	_s99_canSkip[1] = 0;
	_s99_canSkip[2] = 0;
	_s99_canSkip[3] = 0;
	_s99_canSkip[4] = 0;
	_s99_canSkip[5] = 0;
	_s99_canSkip[6] = 0;
	_s99_canSkip[7] = 0;
	_s99_canSkip[8] = 0;
	_s99_canSkip[9] = 0;
	_s99_canSkip[10] = 0;
	_s99_canSkip[11] = 0;
	_s99_canSkip[12] = 0;
	_s99_itemsCount = 13;
}

} // End of namespace Gnap