news
About Elegant Chaos
info
About me and my friends
people
Software from Elegant Chaos
software
Other stuff...
stuff

BL_ResumeStack

Revision
Revised on

Description


Code

on BL_ResumeStack
  -- get flag to say whether stack should be backed up
  
  global BL_Inited
  
  if BL_Initied is true then
    BL_GetBackupFlag
  end if
end BL_ResumeStack