- Implemented new-style frill drawing using masking (untested)
- Re-implemented walkway drawing in the same way - Tried to fix an STL error - A few other thing, maybe? git-svn-id: http://openexile.googlecode.com/svn/trunk@60 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -6,6 +6,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <sstream>
|
||||
using namespace std;
|
||||
|
||||
#include <string.h>
|
||||
#include <zlib.h>
|
||||
#include <string>
|
||||
@@ -813,7 +819,7 @@ bool load_outdoors(location which_out,cOutdoors& the_out){
|
||||
return true;
|
||||
}
|
||||
|
||||
bool load_outdoors(location which_out, short mode, unsigned char borders[4][50]){
|
||||
bool load_outdoors(location which_out, short mode, unsigned short borders[4][50]){
|
||||
short j,file_id;
|
||||
long len,len_to_jump;
|
||||
legacy::outdoor_record_type store_out;
|
||||
|
Reference in New Issue
Block a user