mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 06:47:45 +00:00
Indentation
This commit is contained in:
parent
6b306f9aee
commit
ec5a6c65d5
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