Fix build failure.

This commit is contained in:
dg
2023-04-07 16:20:32 +00:00
parent 4c776d584b
commit ed634fbbf6

View File

@@ -44,7 +44,6 @@ public:
int tpi = (_header.flags & SCP_FLAG_96TPI) ? 96 : 48;
::config.set_tpi(tpi);
::config.mutable_drive()->set_tpi(tpi);
_resolution = 25 * (_header.resolution + 1);
int startSide = (_header.heads == 2) ? 1 : 0;