diff options
Diffstat (limited to 'gui/resources.cpp')
-rw-r--r-- | gui/resources.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/resources.cpp b/gui/resources.cpp index 6babc575c..7a50a899b 100644 --- a/gui/resources.cpp +++ b/gui/resources.cpp @@ -143,7 +143,7 @@ AnimationResource::AnimationResource(xml_node<>* node, ZipArchive* pZip) { if (ExtractResource(pZip, "images", fileName.str(), ".png", TMP_RESOURCE_NAME) != 0) break; - + if (res_create_surface(TMP_RESOURCE_NAME, &surface)) break; |