Skip to content

Commit cfbc852

Browse files
author
peter
committed
err in instead_init
1 parent 128155d commit cfbc852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ int main(int argc, const char **argv)
250250
instead_set_debug(opt_debug);
251251
restart:
252252
if (instead_init(game)) {
253-
fprintf(stdout, "Can not init game: %s\n", game);
253+
fprintf(stdout, "Can not init game: %s (%s)\n", game, instead_err());
254254
exit(1);
255255
}
256256
#ifdef _WIN32

0 commit comments

Comments
 (0)