Skip to content

Commit

Permalink
Removed (commented out) a line in room079 event that would load the m…
Browse files Browse the repository at this point in the history
…usic in the memory instead of streaming it
  • Loading branch information
ENDSHN committed Dec 22, 2016
1 parent d9a82d4 commit 38dd9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UpdateEvents.bb
Original file line number Diff line number Diff line change
Expand Up @@ -6359,7 +6359,7 @@ Function UpdateEvents()
If PlayerRoom = e\room Then

If e\EventState = 0 Then
Music(4) = LoadSound_Strict("SFX\Music\079.ogg")
;Music(4) = LoadSound_Strict("SFX\Music\079.ogg")
e\room\NPC[0]=CreateNPC(NPCtypeGuard, EntityX(e\room\Objects[2],True), EntityY(e\room\Objects[2],True)+0.5, EntityZ(e\room\Objects[2],True))
PointEntity e\room\NPC[0]\Collider, e\room\obj
RotateEntity e\room\NPC[0]\Collider, 0, EntityYaw(e\room\NPC[0]\Collider),0, True
Expand Down

0 comments on commit 38dd9c4

Please sign in to comment.