Changeset 221 for trunk/src/map.cpp
- Timestamp:
- Jan 18, 2011, 12:05:18 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/map.cpp
r218 r221 1 1 // 2 // Deus Hax (working title) 3 // Copyright (c) 2010 Sam Hocevar <sam@hocevar.net> 2 // Lol Engine 3 // 4 // Copyright: (c) 2010-2011 Sam Hocevar <sam@hocevar.net> 5 // This program is free software; you can redistribute it and/or 6 // modify it under the terms of the Do What The Fuck You Want To 7 // Public License, Version 2, as published by Sam Hocevar. See 8 // http://sam.zoy.org/projects/COPYING.WTFPL for more details. 4 9 // 5 10 … … 122 127 { 123 128 /* This is a tileset image file. Associate it with firstgid. */ 124 data->tilers[data->ntilers] = Tiler::Register(str, 32 );129 data->tilers[data->ntilers] = Tiler::Register(str, 32, 32); 125 130 data->ntilers++; 126 131 //fprintf(stderr, "new tiler %s\n", str);
Note: See TracChangeset
for help on using the changeset viewer.