mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +01:00
Printout--
This commit is contained in:
parent
6b53a490f8
commit
42ef9f67c6
@ -31,7 +31,6 @@ public:
|
||||
char *tmp = (char*)xmalloc(len);
|
||||
|
||||
sprintf(tmp, "%s/%s.lra", base_path, what);
|
||||
printf("Loading %s\n", tmp);
|
||||
|
||||
/* Might return NULL, but that's OK */
|
||||
this->gi = GameInfo::loadFromFile(tmp);
|
||||
|
Loading…
Reference in New Issue
Block a user