Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Setting.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 1225 |
|
|
| 1226 |
//サウンド |
//サウンド |
| 1227 |
if Exists then begin |
if Exists then begin |
| 1228 |
|
SetCurrentDir(ExtractFilePath(Application.ExeName)); |
| 1229 |
for i := 0 to GetSoundCount - 1 do begin |
for i := 0 to GetSoundCount - 1 do begin |
| 1230 |
SoundFileName[i] := ini.ReadString('Sound', SoundName[i], ''); |
SoundFileName[i] := ini.ReadString('Sound', SoundName[i], ''); |
| 1231 |
// 相対参照対策 |
// 相対参照対策 |
|
|
Legend:
| Removed from v.1.139 |
|
| changed lines |
| |
Added in v.1.139.2.1 |
|
|
|