1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Log path to sprite file

This commit is contained in:
X123M3-256
2017-01-17 23:17:00 +00:00
committed by Ted John
parent 7d2490710c
commit 7f74e07f2d

View File

@@ -665,6 +665,7 @@ sint32 cmdline_for_sprite(const char **argv, sint32 argc)
char* directoryPath = path_get_directory(argv[1]);
json_error_t error;
log_verbose("Sprite description file path: %s\n",spriteDescriptionPath);
json_t* sprite_list=json_load_file(spriteDescriptionPath, JSON_REJECT_DUPLICATES, &error);
if(sprite_list == NULL) {