mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 15:41:41 +00:00
LASTEXPRESS: Rename Vassili functions
This commit is contained in:
parent
45025d53e0
commit
c443b84dae
@ -46,7 +46,7 @@ Vassili::Vassili(LastExpressEngine *engine) : Entity(engine, kEntityVassili) {
|
||||
ADD_CALLBACK_FUNCTION(Vassili, savegame);
|
||||
ADD_CALLBACK_FUNCTION(Vassili, chapter1);
|
||||
ADD_CALLBACK_FUNCTION(Vassili, chapter1Handler);
|
||||
ADD_CALLBACK_FUNCTION(Vassili, function6);
|
||||
ADD_CALLBACK_FUNCTION(Vassili, inBed);
|
||||
ADD_CALLBACK_FUNCTION(Vassili, function7);
|
||||
ADD_CALLBACK_FUNCTION(Vassili, function8);
|
||||
ADD_CALLBACK_FUNCTION(Vassili, function9);
|
||||
@ -126,7 +126,7 @@ IMPLEMENT_FUNCTION(5, Vassili, chapter1Handler)
|
||||
break;
|
||||
|
||||
case kAction122732000:
|
||||
setup_function6();
|
||||
setup_inBed();
|
||||
break;
|
||||
|
||||
case kAction168459827:
|
||||
@ -137,7 +137,7 @@ IMPLEMENT_FUNCTION(5, Vassili, chapter1Handler)
|
||||
IMPLEMENT_FUNCTION_END
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
IMPLEMENT_FUNCTION(6, Vassili, function6)
|
||||
IMPLEMENT_FUNCTION(6, Vassili, inBed)
|
||||
switch (savepoint.action) {
|
||||
default:
|
||||
break;
|
||||
|
@ -64,7 +64,7 @@ public:
|
||||
*/
|
||||
DECLARE_FUNCTION(chapter1Handler)
|
||||
|
||||
DECLARE_FUNCTION(function6)
|
||||
DECLARE_FUNCTION(inBed)
|
||||
DECLARE_FUNCTION(function7)
|
||||
DECLARE_FUNCTION(function8)
|
||||
DECLARE_FUNCTION(function9)
|
||||
|
Loading…
Reference in New Issue
Block a user