signs.c
changeset 5216 8bd14ee39af2
parent 4979 a85ffde44778
equal deleted inserted replaced
5215:b8fb685df4c5 5216:8bd14ee39af2
    23 	 * TODO - This is just a temporary stage, this will be removed. */
    23 	 * TODO - This is just a temporary stage, this will be removed. */
    24 	for (si = GetSign(start_item); si != NULL; si = (si->index + 1U < GetSignPoolSize()) ? GetSign(si->index + 1U) : NULL) si->index = start_item++;
    24 	for (si = GetSign(start_item); si != NULL; si = (si->index + 1U < GetSignPoolSize()) ? GetSign(si->index + 1U) : NULL) si->index = start_item++;
    25 }
    25 }
    26 
    26 
    27 /* Initialize the sign-pool */
    27 /* Initialize the sign-pool */
    28 DEFINE_POOL(Sign, Sign, SignPoolNewBlock, NULL)
    28 DEFINE_OLD_POOL(Sign, Sign, SignPoolNewBlock, NULL)
    29 
    29 
    30 /**
    30 /**
    31  *
    31  *
    32  * Update the coordinate of one sign
    32  * Update the coordinate of one sign
    33  *
    33  *