summaryrefslogtreecommitdiff
path: root/src/mrsun.cpp
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-09-16 04:59:03 +0200
committerTreeki <treeki@gmail.com>2012-09-16 04:59:03 +0200
commit7404c596e96bf18f458f10fb8f23ca6e1a25ca7d (patch)
tree4fcdf733873a6d74b13a986c98b6f845dd0ad3ca /src/mrsun.cpp
parent8102791c2222c31d80858cd1d12b208dcd4ecbc3 (diff)
downloadkamek-7404c596e96bf18f458f10fb8f23ca6e1a25ca7d.tar.gz
kamek-7404c596e96bf18f458f10fb8f23ca6e1a25ca7d.zip
go speed! a terrible hack to make builds far faster
Diffstat (limited to '')
-rwxr-xr-xsrc/mrsun.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/mrsun.cpp b/src/mrsun.cpp
index 86c5bfb..5b9130c 100755
--- a/src/mrsun.cpp
+++ b/src/mrsun.cpp
@@ -86,13 +86,6 @@ CREATE_STATE(daMrSun_c, Wait);
#define DEACTIVATE 0
-struct EventTable_t {
- u64 events;
- // ...
-};
-
-extern EventTable_t *EventTable;
-
void daMrSun_c::playerCollision(ActivePhysics *apThis, ActivePhysics *apOther) { DamagePlayer(this, apThis, apOther); }
@@ -253,7 +246,7 @@ int daMrSun_c::onExecute() {
acState.execute();
updateModelMatrices();
- if (EventTable->events & this->eventFlag) {
+ if (dFlagMgr_c::instance->flags & this->eventFlag) {
if (this->killFlag == 0) {
this->kill();
this->pos.y = this->pos.y + 800.0;