Home
last modified time | relevance | path

Searched refs:heart_picture_index (Results 1 – 1 of 1) sorted by relevance

/dports/games/bstone/bstone-1.1.9/src/
H A D3d_agent.cpp633 int heart_picture_index = ECG_GRID_PIECE; variable
746 heart_picture_index = ECG_GRID_PIECE; in DrawHealthMonitor()
749 heart_picture_index = ECG_HEART_BAD; in DrawHealthMonitor()
753 if (heart_picture_index == ECG_GRID_PIECE) { in DrawHealthMonitor()
754 heart_picture_index = ECG_HEART_GOOD; in DrawHealthMonitor()
760 heart_picture_index = ECG_GRID_PIECE; in DrawHealthMonitor()
772 static_cast<int16_t>(heart_picture_index)); in DrawHealthMonitor()
777 heart_picture_index); in DrawHealthMonitor()