Fix a plethora of bugs and crashes when loading new savegames; loading now works, though with a few glitches still

This commit is contained in:
2014-04-20 17:43:16 -04:00
parent 3a0f1ad7f5
commit 4cf1c5a8f6
16 changed files with 75 additions and 62 deletions

View File

@@ -165,7 +165,7 @@ short can_see(location p1,location p2,short mode)
return 6;
}
}
else {
else if(is_town()) {
if ((mode != 2) && (pt_in_light(p1,p2) == false)) {
return 6;
}