home *** CD-ROM | disk | FTP | other *** search
/ Railware / Railware.iso / lingo.ini < prev    next >
Text File  |  2001-04-25  |  263b  |  8 lines

  1.  on startup
  2. set the soundkeepdevice to 0
  3. -- Added to look for files in the "media" subdirectory
  4. global tbsearchpath
  5. set tbsearchpath=[]
  6. append(tbsearchpath, the applicationPath & "media\")
  7. append(the searchpaths, the applicationPath & "media")
  8. end startup