From 567c556ebcde7cd420fccd4e5a37bcc4eb09332d Mon Sep 17 00:00:00 2001 From: John Date: Wed, 5 Aug 2015 11:38:49 +0300 Subject: [PATCH] No TV looping --- toontown/estate/DistributedTV.py | 1 - 1 file changed, 1 deletion(-) diff --git a/toontown/estate/DistributedTV.py b/toontown/estate/DistributedTV.py index 576253ec..c7a3bd6e 100644 --- a/toontown/estate/DistributedTV.py +++ b/toontown/estate/DistributedTV.py @@ -94,7 +94,6 @@ class DistributedTV(DistributedFurnitureItem): self.screen.setColor(1, 1, 1, 1) self.screen.setTexture(movie) self.screen.setTexScale(TextureStage.getDefault(), movie.getTexScale()) - self.sound.setLoop(True) self.sound.setTime(min(self.sound.length(), int(time.time() - startTime))) self.sound.play()