1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 06:47:45 +00:00

Indentation

This commit is contained in:
amibu 2017-10-09 15:34:41 +02:00
parent 6b306f9aee
commit ec5a6c65d5
3 changed files with 80 additions and 77 deletions

View file

@ -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 );
}
}); });
} }