Skip to content
Snippets Groups Projects
Commit 6e3c10a1 authored by neil's avatar neil
Browse files

unused variables

git-svn-id: http://svn.net-core.org/repos/t-engine4@729 51575b47-30f0-44d4-a5cc-537603b46e54
parent df71abdf
No related branches found
No related tags found
No related merge requests found
......@@ -338,7 +338,7 @@ static int map_to_screen(lua_State *L)
int x = luaL_checknumber(L, 2);
int y = luaL_checknumber(L, 3);
int i = 0, j = 0;
float r, g, b, a, n;
float a;
for (i = map->mx; i < map->mx + map->mwidth; i++)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment