From d9201174e34d7a26199482546705b9ca16765dfd Mon Sep 17 00:00:00 2001 From: hatal175 Date: Sun, 10 Nov 2024 11:53:09 +0200 Subject: j2d/j3d work (#2241) --- src/JSystem/J2DGraph/J2DAnimation.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/JSystem/J2DGraph/J2DAnimation.cpp') diff --git a/src/JSystem/J2DGraph/J2DAnimation.cpp b/src/JSystem/J2DGraph/J2DAnimation.cpp index ed02df123c..2f35846296 100644 --- a/src/JSystem/J2DGraph/J2DAnimation.cpp +++ b/src/JSystem/J2DGraph/J2DAnimation.cpp @@ -905,4 +905,8 @@ J2DAnmTexPattern::J2DAnmTexPatternTIMGPointer::J2DAnmTexPatternTIMGPointer() { J2DAnmTexPattern::J2DAnmTexPatternTIMGPointer::~J2DAnmTexPatternTIMGPointer() { delete mPalette; -} \ No newline at end of file +} + +static void dummyDelete(J2DAnmTexPattern* pattern) { + delete pattern; +} -- cgit v1.2.3