diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2021-12-23 20:45:57 -0600 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2021-12-23 20:45:57 -0600 |
| commit | 3c7f5619dbd2702c4234e085604139569c000eb3 (patch) | |
| tree | 174034307f6753640eb798b9a78d85907f44f4f6 /include | |
| parent | 26851be53600483a4a35f14d7096ce85a64af97d (diff) | |
Fix emote buttons not generating due to bad VPath lookup
Diffstat (limited to 'include')
| -rw-r--r-- | include/aoemotebutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/aoemotebutton.h b/include/aoemotebutton.h index 58e7e747..add9b43d 100644 --- a/include/aoemotebutton.h +++ b/include/aoemotebutton.h @@ -14,7 +14,7 @@ public: int p_w, int p_h); void set_image(QString p_image, QString p_emote_comment); - void set_char_image(QString p_char, int p_emote, QString suffix); + void set_char_image(QString p_char, int p_emote, bool on); void set_id(int p_id) { m_id = p_id; } int get_id() { return m_id; } |
