diff options
Diffstat (limited to 'src/JSystem/J2DGraph/J2DAnimation.cpp')
| -rw-r--r-- | src/JSystem/J2DGraph/J2DAnimation.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
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; +} |
