ref: 45741eb751c534a0a86108b3fefca3fab31bdd73
parent: 71ac82068a71dcdd6d2e45cb39adb378352d520c
author: Marc-Alexandre Espiaut <[email protected]>
date: Mon Jun 4 10:47:37 EDT 2018
Removing unused variables from rt_map.c
--- a/rott/rt_map.c
+++ b/rott/rt_map.c
@@ -145,7 +145,6 @@
void DrawMap_Wall (int x, int y, int tile)
{
byte * buf;
- int p;
byte * b;
byte * source;
byte * s;
@@ -195,7 +194,6 @@
void DrawMap_SkyTile (int x, int y)
{
byte * buf;
- int p;
byte * b;
byte * s;
int i;