1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-17 16:12:03 +00:00

removed function fixdir

This commit is contained in:
Zeno Rogue
2019-08-09 14:39:21 +02:00
parent b57c4c8d4e
commit f4eda1d76e
7 changed files with 14 additions and 17 deletions

View File

@@ -12,8 +12,6 @@ int dirdiff(int dd, int t) {
return dd;
}
int fixdir(int a, cell *c) { a %= c->type; if(a<0) a += c->type; return a; }
int cellcount = 0;
void initcell(cell *c); // from game.cpp