These changes somehow got lost in rebase...
This commit is contained in:
parent
66dc67140f
commit
c43f801aff
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
|
||||
#include "video.hpp"
|
||||
|
||||
#include "game_config.hpp"
|
||||
#include "log.hpp"
|
||||
#include "ogl/utils.hpp"
|
||||
#include "preferences/general.hpp"
|
||||
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue