home · contact · privacy
Fix broken THING_MUSICPLAYER_SETTINGS.
[plomrogue2] / plomrogue / commands.py
index 373d32931beaa587dc3bd8f453e4274c5fdf6f60..daa43576cd7181ed4e285e3a389abf7dce0b5bbd 100644 (file)
@@ -285,7 +285,7 @@ def cmd_THING_MUSICPLAYER_SETTINGS(game, thing_id, playing, index, repeat):
     t.playing = playing
     t.playlist_index = index
     t.repeat = repeat
-cmd_THING_MUSICPLAYER_SETTINGS.argtypes = 'int:pos bool int:nonneg bool'
+cmd_THING_MUSICPLAYER_SETTINGS.argtypes = 'int:pos bool int bool'
 
 def cmd_THING_MUSICPLAYER_PLAYLIST_ITEM(game, thing_id, title, length):
     t = game.get_thing(thing_id)