From 3f4d589c98b723d28bc699a479c97ae7ae0142e8 Mon Sep 17 00:00:00 2001 From: Justin Scofield Date: Tue, 19 Jul 2022 20:46:31 +0000 Subject: [PATCH] housekeeping --- src/app/gfx/snes_tile.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/gfx/snes_tile.h b/src/app/gfx/snes_tile.h index 1d6e0fc3..0c2c9cdc 100644 --- a/src/app/gfx/snes_tile.h +++ b/src/app/gfx/snes_tile.h @@ -84,8 +84,7 @@ class OAMTile { } }; -TileInfo -GetTilesInfo(ushort tile); +TileInfo GetTilesInfo(ushort tile); void BuildTiles16Gfx(uchar* mapblockset16, uchar* currentOWgfx16Ptr, std::vector& allTiles); void CopyTile16(int x, int y, int xx, int yy, int offset, TileInfo tile,