Skip to content

Commit

Permalink
Fix decompression of EU saves
Browse files Browse the repository at this point in the history
The decompression code was missing a version case for EU (15) and would
fail to read Enemy Unknown saves.
  • Loading branch information
tracktwo committed Jul 30, 2020
1 parent 8f0b68e commit 9a58be0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xcomreader.cpp
Expand Up @@ -654,6 +654,7 @@ namespace xcom
{
switch (version)
{
case xcom_version::enemy_unknown:
case xcom_version::enemy_within:
{
lzo_init();
Expand Down

0 comments on commit 9a58be0

Please sign in to comment.