Skip to content

Commit

Permalink
renamed elemental power to spoiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Ironbell committed Apr 22, 2016
1 parent e3eb92f commit dcc15e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion saves/1455059601elemental POWER.sav → saves/spoiler.sav
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# time played, in seconds
time.played:1485
savegame.name:elemental POWER
savegame.name:Everything unlocked
savegame.date:1456583315
level.id:res/level/testleverlevel/testleverlevel.tmx
level.position:350.000000,400.000000
Expand Down
2 changes: 1 addition & 1 deletion src/GUI/SlicedSprite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SlicedSprite::SlicedSprite() {
m_color = COLOR_WHITE;
}

SlicedSprite::SlicedSprite(sf::Texture *tex, const sf::Color &color, float width, float height) {
SlicedSprite::SlicedSprite(sf::Texture* tex, const sf::Color& color, float width, float height) {
m_texture = tex;
m_width = width;
m_height = height;
Expand Down

0 comments on commit dcc15e6

Please sign in to comment.