More or less standardised separator comments in the code

This commit is contained in:
Maruno17
2024-06-27 21:21:26 +01:00
parent 225549bfce
commit 509a414f37
198 changed files with 1907 additions and 1263 deletions

View File

@@ -111,7 +111,7 @@ def pbMapTree
end
#===============================================================================
# List all members of a class
# List all members of a class.
#===============================================================================
def pbChooseFromGameDataList(game_data, default = nil)
if !GameData.const_defined?(game_data.to_sym)
@@ -242,7 +242,7 @@ def pbChooseBallList(defaultMoveID = nil)
end
#===============================================================================
# General list methods
# General list methods.
#===============================================================================
def pbCommands2(cmdwindow, commands, cmdIfCancel, defaultindex = -1, noresize = false)
cmdwindow.commands = commands