Removed my bookmark comments and cleaned up itemtick for cases where there are no tick items.

This commit is contained in:
Tabasco
2013-05-05 17:53:34 -05:00
parent 824b101831
commit f983d19e01
27 changed files with 11 additions and 72 deletions
-2
View File
@@ -220,7 +220,6 @@ bool Spawn2::Process() {
currentnpcid = npcid;
NPC* npc = new NPC(tmp, this, x, y, z, heading, FlyMode3);
//DCBOOKMARK
npc->mod_prespawn(this);
npcthis = npc;
@@ -342,7 +341,6 @@ void Spawn2::DeathReset(bool realdeath)
//zero out our NPC since he is now gone
npcthis = NULL;
//DCBOOKMARK
if(realdeath) { killcount++; }
//if we have a valid spawn id