2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 23:47:42 +00:00

Needless copy construction avoidance

This commit is contained in:
Jack Andersen
2016-04-20 09:23:00 -10:00
parent 8537ea5d8d
commit 519a07b7e7
3 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ enum class EScriptObjectType
{
Actor = 0x00,
Waypoint = 0x02,
DoorArea = 0x03,
Door = 0x03,
Trigger = 0x04,
Timer = 0x05,
Counter = 0x06,