home *** CD-ROM | disk | FTP | other *** search
/ Tomorrow Never Dies Digital Press Kit / TND.iso / Lingo.ini < prev    next >
Text File  |  1999-11-01  |  343b  |  13 lines

  1. on startup
  2.     if string(0.0)="a" then nothing
  3.      --Fix problem with sounds not playing
  4.      --if Intel RSX is installed
  5.    set the soundkeepdevice to 0
  6.  
  7.   -- Added to look for files in the "media" 
  8.   -- subdirectory
  9.   global tbsearchpath
  10.   set tbsearchpath=[]
  11.   append(tbsearchpath, the applicationPath & "media\")
  12. end startup 
  13.