Make conoutf take an OFString

FossilOrigin-Name: f8f97851f3ec3f0920a95912e7bfe58995f5ca1bcd4c5b5ee3532cb1809eab46
This commit is contained in:
Jonathan Schleifer 2024-08-03 17:02:33 +00:00
parent faf0a4096e
commit 7f42da935a
21 changed files with 240 additions and 221 deletions

View file

@ -210,7 +210,7 @@ loadsky(char *basename)
sprintf_sd(name)("packages/%s_%s.jpg", basename, side[i]);
int xs, ys;
if (!installtex(texnum + i, path(name), xs, ys, true))
conoutf("could not load sky textures");
conoutf(@"could not load sky textures");
};
strcpy_s(lastsky, basename);
};