diff options
Diffstat (limited to 'command/video.h')
-rw-r--r-- | command/video.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/command/video.h b/command/video.h index 9606f8b..f4abbec 100644 --- a/command/video.h +++ b/command/video.h @@ -136,6 +136,11 @@ public: if (area.status==LOGO_VISIBLE) area.status=LOGO_INVISIBLE; } + void SetStatusUninitialized() + { + if (area.status!=LOGO_UNINITIALIZED) + area.status=LOGO_UNINITIALIZED; + } void Clear(); }; |