Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Oct 26, 2014
1 parent a8f2250 commit 445e589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/client/src/world/line.cpp
Expand Up @@ -125,7 +125,7 @@ struct Section
Surface surface;
ThinkerT<SoundEmitter> soundEmitter;

Section(Line::Side &side) : surface(dynamic_cast<MapElement &>(side))
Section(Line::Side &side) : surface(side)
{
//zap(soundEmitter);
}
Expand Down

0 comments on commit 445e589

Please sign in to comment.