X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fmapread.c;h=8a8d5d87396c62a3eff362fd3036459522949446;hb=c5a5d3be15dc4c1de46f86cec8dd5a161563b1b9;hp=23cbfa0d2f88618d797b202d9de952e38bfc8a5f;hpb=b4b0b1050a3f3d2e2d9f71a42520bb84bff86a43;p=16.git diff --git a/src/lib/mapread.c b/src/lib/mapread.c index 23cbfa0d..8a8d5d87 100755 --- a/src/lib/mapread.c +++ b/src/lib/mapread.c @@ -1,3 +1,25 @@ +/* Project 16 Source Code~ + * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover + * + * This file is part of Project 16. + * + * Project 16 is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * Project 16 is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see , or + * write to the Free Software Foundation, Inc., 51 Franklin Street, + * Fifth Floor, Boston, MA 02110-1301 USA. + * + */ + #include "src/lib/mapread.h" int jsoneq(const char *json, jsmntok_t *tok, const char *s) { @@ -76,7 +98,7 @@ word dump(const char *js, jsmntok_t *t, size_t count, word indent, char *js_sv, bp = bitmapLoadPcx("data/ed.pcx"); // bp = bitmapLoadPcx("data/koishi^^.pcx"); map->tiles->btdata = &bp; - map->tiles->data = planar_buf_from_bitmap(&bp); +//---- map->tiles->data = planar_buf_from_bitmap(&bp); //map->tiles->data->data = malloc((16/**2*/)*16); //map->tiles->data->width = (16/**2*/); //map->tiles->data->height= 16;