mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-07 03:07:45 +00:00
Indentation
This commit is contained in:
parent
ec8062d9ea
commit
2825af9dad
3 changed files with 80 additions and 77 deletions
|
@ -11,8 +11,11 @@ class CmnDefCutSceneReplayDef
|
||||||
{
|
{
|
||||||
player.eventPlay( this.id, 0, 0x2000/*flags*/, 0/*unk*/, 1/*unk*/,
|
player.eventPlay( this.id, 0, 0x2000/*flags*/, 0/*unk*/, 1/*unk*/,
|
||||||
fun( player, eventId, param1, param2, param3 )
|
fun( player, eventId, param1, param2, param3 )
|
||||||
|
{
|
||||||
|
if( param2 != 0 )
|
||||||
{
|
{
|
||||||
CmnDefCutSceneReplay.Scene00001( player, param2 );
|
CmnDefCutSceneReplay.Scene00001( player, param2 );
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue