Printout--

This commit is contained in:
simon.kagstrom 2010-02-24 20:28:55 +00:00
parent 6b53a490f8
commit 42ef9f67c6

View File

@ -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);