home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tomorrow Never Dies Digital Press Kit
/
TND.iso
/
Lingo.ini
< prev
next >
Wrap
Text File
|
1999-11-01
|
343b
|
13 lines
on startup
if string(0.0)="a" then nothing
--Fix problem with sounds not playing
--if Intel RSX is installed
set the soundkeepdevice to 0
-- Added to look for files in the "media"
-- subdirectory
global tbsearchpath
set tbsearchpath=[]
append(tbsearchpath, the applicationPath & "media\")
end startup