Mercurial > mm7
diff mm7_4.cpp @ 2338:1e865e8690ba
Moving some function declarations from unsorted subs to Actor.h and SpriteObject.h
author | Grumpy7 |
---|---|
date | Sat, 05 Apr 2014 20:27:09 +0200 |
parents | d6887ee81068 |
children | 5d263539bbec |
line wrap: on
line diff
--- a/mm7_4.cpp Sat Apr 05 20:14:15 2014 +0200 +++ b/mm7_4.cpp Sat Apr 05 20:27:09 2014 +0200 @@ -345,7 +345,7 @@ a1.vPosition.z = pActors[v14].vPosition.z; a1.spell_target_pid = PID(OBJECT_Actor,v14); v19 = a1.Create(0, 0, 0, 0); - DamageMonsterFromParty(PID(OBJECT_Item,v19), v14, &a3); + Actor::DamageMonsterFromParty(PID(OBJECT_Item,v19), v14, &a3); } }