------------------------------------------------------------------------ r3013 | helixhorned | 2012-09-12 02:48:31 -0700 (Wed, 12 Sep 2012) | 6 lines SE17 setup: when failing to find warp z height for lower level, use heuristic. Specifically, use the elevator's own ceiling z height instead of searching nextsectors with nextsectorneighborz(). This makes maps like L9.map (Spaceport from N64) or DEMOUNT.MAP work. [Note well: work at all, since if it happened to work before, that was pure coincidence.] ------------------------------------------------------------------------ r3012 | helixhorned | 2012-09-12 02:47:26 -0700 (Wed, 12 Sep 2012) | 1 line __fastcall int32_t getangle -> int32_t fastcall getangle. Might fix MSVC build. ------------------------------------------------------------------------ r3011 | helixhorned | 2012-09-12 02:46:21 -0700 (Wed, 12 Sep 2012) | 1 line Replace some literal statnums with the corrensponding STAT_... ------------------------------------------------------------------------ r3010 | helixhorned | 2012-09-12 02:45:14 -0700 (Wed, 12 Sep 2012) | 1 line Replace some more literal SE numbers, rename a couple of functions. ------------------------------------------------------------------------