SLUDGE: replace char *by Common::String
This commit is contained in:
parent
19ff9f419b
commit
800987ab95
35 changed files with 382 additions and 629 deletions
|
@ -129,7 +129,7 @@ bool saveThumbnail(Common::WriteStream *stream) {
|
|||
return true;
|
||||
}
|
||||
|
||||
void showThumbnail(char *filename, int atX, int atY) {
|
||||
void showThumbnail(const Common::String &filename, int atX, int atY) {
|
||||
#if 0
|
||||
GLubyte *thumbnailTexture = NULL;
|
||||
GLuint thumbnailTextureName = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue