Skip to content

Commit

Permalink
Merge branch 'master' of github.com:skyjake/Doomsday-Engine
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Sep 14, 2013
2 parents e96e5ab + 515a4ca commit d656970
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doomsday/client/include/audio/s_sfx.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@ void Sfx_DebugInfo(void);
#endif

#endif // DENG_CLIENT_SOUND_SFX_H
#endif __CLIENT__
#endif // __CLIENT__
3 changes: 1 addition & 2 deletions doomsday/client/src/ui/widgets/lineeditwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ static TimeDelta const ANIM_SPAN = .5f;
static duint const ID_BUF_TEXT = 1;
static duint const ID_BUF_CURSOR = 2;

DENG_GUI_PIMPL(LineEditWidget),
DENG2_OBSERVES(Atlas, Reposition)
DENG_GUI_PIMPL(LineEditWidget)
{
typedef GLBufferT<Vertex2TexRgba> VertexBuf;

Expand Down
2 changes: 1 addition & 1 deletion doomsday/client/src/world/sectorcluster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -643,4 +643,4 @@ AudioEnvironmentFactors const &Sector::Cluster::reverb() const
return d->reverb;
}

#endif __CLIENT__
#endif // __CLIENT__

0 comments on commit d656970

Please sign in to comment.