mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Fixed bug introduced in r1301.
This commit is contained in:
@@ -47,7 +47,7 @@ struct SDefEntry {
|
||||
unsigned char B;
|
||||
} palette[256];
|
||||
|
||||
struct SDefEntryBlock * blocks;
|
||||
struct SDefEntryBlock blocks[];
|
||||
};
|
||||
|
||||
// Def entry in file. Integer fields are all little endian and will
|
||||
|
Reference in New Issue
Block a user