PRIVATE: missing snprinft
This commit is contained in:
parent
d65b334586
commit
cbc8ca60f4
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ void BustMovie(ArgArray args) {
|
|||
assert(videoIndex <= 5);
|
||||
|
||||
char f[32];
|
||||
sprintf(f, "po/animatio/spoc%02dxs.smk", kPoliceBustVideos[videoIndex]);
|
||||
snprintf(f, 32, "po/animatio/spoc%02dxs.smk", kPoliceBustVideos[videoIndex]);
|
||||
|
||||
if (kPoliceBustVideos[videoIndex] == 2) {
|
||||
Common::String *s = new Common::String("global/transiti/audio/spoc02VO.wav");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue