Hi,
just found a strange bug using version:8364 Changelist:871961
This version wont compile, with "IGODroppedPickup.uc : Error, Missing opening '(' in Implements list"
This version compiles:
Thats the only change done, just switching the position of "Implements".
bye Andy
just found a strange bug using version:8364 Changelist:871961
This version wont compile, with "IGODroppedPickup.uc : Error, Missing opening '(' in Implements list"
Code:
class IGODroppedPickup extends DroppedPickup implements(IGOSlotableInterface,IGOActorDebugInterface) placeable;
Code:
class IGODroppedPickup extends DroppedPickup placeable implements(IGOSlotableInterface,IGOActorDebugInterface);
bye Andy