| 10377 | } |
| 10378 | |
| 10379 | void propertyPageCursorFlash(int rowSpacing) |
| 10380 | { |
| 10381 | if ( (ticks - cursorflash) % TICKS_PER_SECOND < TICKS_PER_SECOND / 2 ) |
| 10382 | { |
| 10383 | printText(font8x8_bmp, subx1 + 8 + strlen(spriteProperties[editproperty]) * 8, suby1 + 44 + editproperty * rowSpacing, "\26"); |
| 10384 | } |
| 10385 | } |
| 10386 | |
| 10387 | void reselectEntityGroup() |
| 10388 | { |