* increase PPU version due to Extended RTTI related changes

This commit is contained in:
Sven/Sarah Barth 2024-01-03 21:57:09 +01:00
parent 75f20c086a
commit 40cbda6e7e

View File

@ -48,7 +48,7 @@ const
CurrentPPUVersion = 208;
{ for any other changes to the ppu format, increase this version number
(it's a cardinal) }
CurrentPPULongVersion = 20;
CurrentPPULongVersion = 19;
{ unit flags }
uf_big_endian = $000004;