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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user