Regionsalter auf Startwert setzen

This commit is contained in:
Enno Rehling 2006-01-01 20:56:11 +00:00
parent 4dec5c914d
commit b2f1b213d4
2 changed files with 1 additions and 1 deletions

View File

@ -735,6 +735,7 @@ new_region(short x, short y)
r = calloc(1, sizeof(region)); r = calloc(1, sizeof(region));
r->x = x; r->x = x;
r->y = y; r->y = y;
r->age = 1;
r->planep = findplane(x, y); r->planep = findplane(x, y);
set_string(&r->display, ""); set_string(&r->display, "");
rhash(r); rhash(r);

View File

@ -15,7 +15,6 @@ Code cleanup:
- unterschiede in vin3 + wdw per config statt defines? - unterschiede in vin3 + wdw per config statt defines?
- age branch (store birthdate instead of age) - age branch (store birthdate instead of age)
- give monsters name with lua - give monsters name with lua
- kick init_oldherbs out (good for terrain)
- allocators aus economy nach XML - allocators aus economy nach XML
- reporting units: http://eressea.upb.de/mantis/view.php?id=781 - reporting units: http://eressea.upb.de/mantis/view.php?id=781
- wdw pyramid spell could be written in lua (replace attrib with a flag) - wdw pyramid spell could be written in lua (replace attrib with a flag)