mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 21:54:58 +00:00
More or less standardised separator comments in the code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user