mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-17 20:58:07 +02:00
Fixed bug introduced in r1301.
This commit is contained in:
parent
0078037df8
commit
02ee620abc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user