Skip to content

Commit

Permalink
Convert a few rouge tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Top-Cat committed Dec 16, 2013
1 parent e9777c1 commit c4df364
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion events/entityevent.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ end

function EntityEvent:apply(state, collider)
if state[self.entityId] then
self:safeApply(state, collider)
self:safeApply(state, collider)
end
end

Expand Down
6 changes: 3 additions & 3 deletions main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ io.stdout:setvbuf("no")
manager = nil

function love.load()
music = love.audio.newSource("sound/golden-streets.mp3")
music:setLooping(true)
love.audio.play(music)
music = love.audio.newSource("sound/golden-streets.mp3")
music:setLooping(true)
love.audio.play(music)

restart()
end
Expand Down
2 changes: 1 addition & 1 deletion manager/levelcomplete.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ end
function LevelComplete:load()
self.backgroundImage = love.graphics.newImage("assets/levelcomplete.png")
if self.nextLevel == 4 then
self.setManager(Victory:new(setManager, restart))
self.setManager(Victory:new(setManager, restart))
end
end

Expand Down

0 comments on commit c4df364

Please sign in to comment.