rhelgeby / smprojectbase

Automatically exported from code.google.com/p/smprojectbase
0 stars 0 forks source link

Use static more #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Certain places should be using static to prevent the same data from being 
initialized over and over.

eventmanager.inc GameEvent_PlayerHurt

new EventDataTypes:eventdatatypes[] = {DataType_Cell, DataType_Cell, 
DataType_Cell, DataType_Cell, DataType_String, DataType_Cell, DataType_Cell, 
DataType_Cell};

Should use static.

Original issue reported on code.google.com by andrewbo...@gmail.com on 8 Feb 2010 at 9:04

GoogleCodeExporter commented 9 years ago

Original comment by andrewbo...@gmail.com on 9 Feb 2010 at 1:48