From d7a43ae2d3d4702bd199fa5d8ca84c7c6e78ed36 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Tue, 11 Feb 2014 01:15:19 -0600 Subject: Consolidate with mac project. --- SuperPolarity/SuperPolarity.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SuperPolarity') diff --git a/SuperPolarity/SuperPolarity.cs b/SuperPolarity/SuperPolarity.cs index 6b2b9d5..12303a0 100644 --- a/SuperPolarity/SuperPolarity.cs +++ b/SuperPolarity/SuperPolarity.cs @@ -85,7 +85,7 @@ namespace SuperPolarity { MediaPlayer.IsRepeating = true; - GameSong = Content.Load("Sound\\polaritytheme.wav"); + GameSong = Content.Load("Sound\\polaritytheme"); GameOverSound = Content.Load("Sound\\gameover"); // Create a new SpriteBatch, which can be used to draw textures. -- cgit