Nuke a lot of MSVC compiler warnings

This commit is contained in:
2015-01-10 21:30:16 -05:00
parent bd0dc55995
commit bd531f9ac4
47 changed files with 289 additions and 358 deletions

View File

@@ -96,7 +96,7 @@ bool point_onscreen(location center,location check) {
}
short set_direction (location old_pt, location new_pt) {
eDirection set_direction (location old_pt, location new_pt) {
if(old_pt.x == new_pt.x) {
if(old_pt.y > new_pt.y)
return DIR_N;