subdivided game.cpp; split movepcto into separate functions

This commit is contained in:
Zeno Rogue
2019-12-08 20:07:02 +01:00
parent 2fb1210811
commit 26fb19e7a8
29 changed files with 8689 additions and 8479 deletions
+4
View File
@@ -413,6 +413,10 @@ EX bool buildPrizeMirror(cell *c, int freq) {
return mirror::build(c);
}
#if HDR
extern cellwalker cwt;
#endif
EX eLand getPrizeLand(cell *c IS(cwt.at)) {
eLand l = c->land;
if(isElemental(l)) l = laElementalWall;