first commit
This commit is contained in:
15
src/Glass.cpp
Normal file
15
src/Glass.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "common.h"
|
||||
#include "patcher.h"
|
||||
#include "Glass.h"
|
||||
|
||||
WRAPPER void
|
||||
CGlass::WindowRespondsToCollision(CEntity *ent, float amount, CVector speed, CVector point, bool foo)
|
||||
{
|
||||
EAXJMP(0x503F10);
|
||||
}
|
||||
|
||||
WRAPPER void
|
||||
CGlass::WindowRespondsToSoftCollision(CEntity *ent, float amount)
|
||||
{
|
||||
EAXJMP(0x504630);
|
||||
}
|
||||
Reference in New Issue
Block a user