diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2021-12-24 09:09:43 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-24 09:09:43 -0600 |
| commit | d1fb7fde16ec37dfa7b13e0a02489417655d315d (patch) | |
| tree | 79c29dfd5e546c4bc9d46cf0c95005ac1592b5e6 /include | |
| parent | efeaf429e79cb1ed49bb1a9b5d437e9facae1d24 (diff) | |
| parent | 3c7f5619dbd2702c4234e085604139569c000eb3 (diff) | |
Merge pull request #622 from AttorneyOnline/fix/emote-button-gen
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; } |
