mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-28 01:06:00 +00:00
More or less standardised separator comments in the code
This commit is contained in:
@@ -305,7 +305,7 @@ def pbCsvPosInt!(str)
|
||||
end
|
||||
|
||||
#===============================================================================
|
||||
# Money and coins windows
|
||||
# Money and coins windows.
|
||||
#===============================================================================
|
||||
def pbGetGoldString
|
||||
return _INTL("${1}", $player.money.to_s_formatted)
|
||||
@@ -400,7 +400,7 @@ def pbDisposeMessageWindow(msgwindow)
|
||||
end
|
||||
|
||||
#===============================================================================
|
||||
# Main message-displaying function
|
||||
# Main message-displaying function.
|
||||
#===============================================================================
|
||||
def pbMessageDisplay(msgwindow, message, letterbyletter = true, commandProc = nil)
|
||||
return if !msgwindow
|
||||
@@ -685,7 +685,7 @@ def pbMessageDisplay(msgwindow, message, letterbyletter = true, commandProc = ni
|
||||
end
|
||||
|
||||
#===============================================================================
|
||||
# Message-displaying functions
|
||||
# Message-displaying functions.
|
||||
#===============================================================================
|
||||
def pbMessage(message, commands = nil, cmdIfCancel = 0, skin = nil, defaultCmd = 0, &block)
|
||||
ret = 0
|
||||
|
||||
Reference in New Issue
Block a user