mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-05-01 14:17:58 +03:00
scalespr: remove injections
This commit is contained in:
parent
542a79053a
commit
b398e34659
3 changed files with 0 additions and 12 deletions
|
@ -121,11 +121,3 @@ const int16_t *S_DrawRoomSprites(const int16_t *obj_ptr, int32_t vertex_count)
|
|||
|
||||
return obj_ptr;
|
||||
}
|
||||
|
||||
void T1MInject3DSystemScaleSpr()
|
||||
{
|
||||
INJECT(0x00435910, S_DrawSprite);
|
||||
INJECT(0x00435B70, S_DrawSpriteRel);
|
||||
INJECT(0x00435D80, S_DrawUISprite);
|
||||
INJECT(0x00435ED0, S_DrawRoomSprites);
|
||||
}
|
||||
|
|
|
@ -12,6 +12,4 @@ void S_DrawUISprite(
|
|||
|
||||
const int16_t *S_DrawRoomSprites(const int16_t *obj_ptr, int32_t vertex_count);
|
||||
|
||||
void T1MInject3DSystemScaleSpr();
|
||||
|
||||
#endif
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#include "inject.h"
|
||||
|
||||
#include "3dsystem/scalespr.h"
|
||||
#include "specific/ati.h"
|
||||
#include "specific/display.h"
|
||||
#include "specific/file.h"
|
||||
|
@ -15,7 +14,6 @@
|
|||
|
||||
void T1MInject()
|
||||
{
|
||||
T1MInject3DSystemScaleSpr();
|
||||
T1MInjectSpecificATI();
|
||||
T1MInjectSpecificDisplay();
|
||||
T1MInjectSpecificFile();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue