Cleaned-up strange splash-xxx.png file names
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@1977 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 8f53a215c9b7935b168d70fa498f925878dc3d2c Former-commit-id: 0ea1b88927ebaa51e771c09470c9404ef27b77f4
This commit is contained in:
parent
6c7d2337d4
commit
3cd65a1d78
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ rmtsGetPreviewFileName(char* previewNameBuf, unsigned previewNameBufSize)
|
||||||
previewNameBuf[previewNameBufSize-1] = 0; /* snprinf manual is not clear about that ... */
|
previewNameBuf[previewNameBufSize-1] = 0; /* snprinf manual is not clear about that ... */
|
||||||
if (!ulFileExists(previewNameBuf))
|
if (!ulFileExists(previewNameBuf))
|
||||||
{
|
{
|
||||||
snprintf(previewNameBuf,previewNameBufSize,"data/img/splash-qrtrk.png");
|
snprintf(previewNameBuf,previewNameBufSize,"data/img/splash-trackselect.png");
|
||||||
|
|
||||||
}
|
}
|
||||||
return previewNameBuf;
|
return previewNameBuf;
|
||||||
|
|
Loading…
Reference in a new issue