1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Remove unnecessary cast

This commit is contained in:
Tomas Dittmann
2017-08-14 20:58:33 +02:00
committed by Michał Janiszewski
parent b092605ff2
commit 14f92bef80

View File

@@ -175,7 +175,7 @@ void S6Exporter::Export()
}
else
{
_s6.objects[i] = *((rct_object_entry *)entry);
_s6.objects[i] = *entry;
}
}