diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2021-02-14 21:54:55 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-14 21:54:55 -0600 |
| commit | 005ecca9d79e6a5973df487b6b4e094003e361a6 (patch) | |
| tree | 9fac4d700c5b83c056ee452105d51bcb5229cf1f /include/aolayer.h | |
| parent | 5fd3ed0fea0b62410e69ded2d96886e3635e8b17 (diff) | |
| parent | 9359ae290953d3dbbdc5dcec79909d1481f2617f (diff) | |
Merge pull request #469 from AttorneyOnline/fix/bg-update
Fix testimony indicator not reappearing, fix objections prematurely adjusting chatbox positioning, and fix background not resizing properly when switching themes
Diffstat (limited to 'include/aolayer.h')
| -rw-r--r-- | include/aolayer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/aolayer.h b/include/aolayer.h index c32da024..1984b77e 100644 --- a/include/aolayer.h +++ b/include/aolayer.h @@ -64,6 +64,9 @@ public: // Stop the movie, clearing the image void stop(); + // Stop the movie and clear all vectors + void kill(); + // Set the m_flipped variable to true/false void set_flipped(bool p_flipped) { m_flipped = p_flipped; } |
