mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-23 06:50:54 +00:00
Remove unused files
This commit is contained in:
parent
dff33b0530
commit
51baa76816
51 changed files with 13 additions and 4111 deletions
|
@ -3517,8 +3517,8 @@ void SceneEditor::prevEntityType()
|
|||
void SceneEditor::dumpObs()
|
||||
{
|
||||
TileVector tv;
|
||||
unsigned char *data = new unsigned char[MAX_GRID * MAX_GRID * sizeof(uint32)];
|
||||
uint32 *ptr = (uint32*)data;
|
||||
unsigned char *data = new unsigned char[MAX_GRID * MAX_GRID * sizeof(unsigned)];
|
||||
unsigned *ptr = (unsigned*)data;
|
||||
for(tv.y = MAX_GRID - 1; ; --tv.y)
|
||||
{
|
||||
for(tv.x = 0; tv.x < MAX_GRID; ++tv.x)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue