mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Remove unnecessary cast
This commit is contained in:
committed by
Michał Janiszewski
parent
b092605ff2
commit
14f92bef80
@@ -175,7 +175,7 @@ void S6Exporter::Export()
|
||||
}
|
||||
else
|
||||
{
|
||||
_s6.objects[i] = *((rct_object_entry *)entry);
|
||||
_s6.objects[i] = *entry;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user