home · contact · privacy
Add alternate map control preset.
[plomrogue2] / plomrogue / commands.py
index ec31b12ff724774aabe11b9bb0c329f6c2a4b785..909d5bea68de4d2a50d669066343b79662847d02 100644 (file)
@@ -448,7 +448,7 @@ cmd_THING_CRATE_ITEM.argtypes = 'int:pos int:pos'
 
 def cmd_MAP_CONTROL_PRESETS(game, draw_control_presets):
     game.draw_control_presets = draw_control_presets
-cmd_MAP_CONTROL_PRESETS.argtypes = 'bool'
+cmd_MAP_CONTROL_PRESETS.argtypes = 'int:nonneg'
 
 def cmd_THING_SPAWNPOINT_CREATED(game, spawnpoint_id, timestamp):
     import datetime