X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/1b114415f0123cc79ad9e3f003ec534f20a85ce4..82568fc97fa528e92f2de5e97717b542b921ccf3:/src/engine/palette.gob diff --git a/src/engine/palette.gob b/src/engine/palette.gob index 08d0b78..ce57459 100644 --- a/src/engine/palette.gob +++ b/src/engine/palette.gob @@ -1,7 +1,7 @@ %alltop{ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright © 2011 Nick Bowler + * Copyright © 2011, 2020 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -33,7 +33,7 @@ typedef unsigned char engine_palette_rgba[4]; class Engine:Palette from U:Object (dynamic) { public unsigned entries = 0; - public engine_palette_rgba *rgba = NULL; + public engine_palette_rgba *rgba = NULL destroywith free; override (U:Object) int deserialize(U:Object *uo) {