| 236 | } |
| 237 | |
| 238 | void zSendEventToThumbIcon(U32 toEvent) |
| 239 | { |
| 240 | const char* iconString = gGameMode == eGameMode_Load ? "MNU3 THUMBICON" : "MNU4 THUMBICON"; |
| 241 | zEntEvent(zSceneFindObject(xStrHash(iconString)), toEvent); |
| 242 | } |
| 243 | |
| 244 | void zChangeThumbIcon(const char* icon) |
| 245 | { |
no test coverage detected