| 10377 | } |
| 10378 | |
| 10379 | void cFodder::Sprite_Handle_Null(sSprite* pSprite) { |
| 10380 | |
| 10381 | switch (pSprite->field_18) { |
| 10382 | case 4: |
| 10383 | return; |
| 10384 | |
| 10385 | default: |
| 10386 | std::cout << "Sprite Function not implemented: " << pSprite->field_18 << "\n"; |
| 10387 | break; |
| 10388 | } |
| 10389 | |
| 10390 | } |
| 10391 | |
| 10392 | void cFodder::Sprite_Handle_Player(sSprite *pSprite) { |
| 10393 | int16 Data0, Data4, eax; |
nothing calls this directly
no outgoing calls
no test coverage detected