Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
f9ffccde12
2
audio.py
2
audio.py
@ -54,7 +54,7 @@ Initialize BASS and the opus plugin
|
||||
use_ctypes = True
|
||||
else:
|
||||
import pybass as dll
|
||||
import pybass.pybassmidi as bassmidi
|
||||
#import pybass.pybassmidi as bassmidi
|
||||
|
||||
if not dll.BASS_Init(ini.read_ini_int("AO2XP.ini", "Audio", "device", -1), freq, 0, 0, 0):
|
||||
print "[audio] Audio library could not be initialized. Error", getbasserror()
|
||||
|
@ -1511,7 +1511,9 @@ class gui(QtGui.QWidget):
|
||||
self.emotebuttons[n_emote].setPixmap(image)
|
||||
|
||||
self.emotebuttons[n_emote].show()
|
||||
|
||||
self.emotebuttons[n_emote].setToolTip(self.charemotes[n_emote + self.current_emote_page * self.max_emotes_on_page][0])
|
||||
|
||||
|
||||
def iniswap_index_change(self, ind):
|
||||
self.iniswapindex = ind
|
||||
|
||||
@ -2941,7 +2943,6 @@ class gui(QtGui.QWidget):
|
||||
break
|
||||
|
||||
if coincidence > -1:
|
||||
print(coincidence)
|
||||
self.tcp.send("CC#0#"+str(coincidence)+"#ur mom gay#%")
|
||||
else:
|
||||
self.charselect.show()
|
||||
|
Loading…
Reference in New Issue
Block a user