Skip to content

Commit

Permalink
Fixup 66dc671 (fixes #2887)
Browse files Browse the repository at this point in the history
These changes somehow got lost in rebase...
  • Loading branch information
Vultraz committed Apr 14, 2018
1 parent 66dc671 commit c43f801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video.cpp
Expand Up @@ -14,6 +14,7 @@

#include "video.hpp"

#include "game_config.hpp"
#include "log.hpp"
#include "ogl/utils.hpp"
#include "preferences/general.hpp"
Expand Down Expand Up @@ -47,7 +48,6 @@ CVideo::CVideo(FAKE_TYPES type)
#endif
, fake_screen_(false)
, fake_size_(0u, 0u)
, help_string_(0)
, updated_locked_(0)
, flip_locked_(0)
{
Expand Down

0 comments on commit c43f801

Please sign in to comment.