ref: faf04e4acad1607b7eedf3ea1e15f8b3cb302808
parent: ed3c73171e743f527a7188ef528d6a312ffdd4a4
author: Fabien Sanglard <fabien.sanglard@gmail.com>
date: Fri Dec 14 03:57:18 EST 2012
Typo in last commit: Build is now clean on both Windows and Mac OSX
--- a/Engine/src/engine.c
+++ b/Engine/src/engine.c
@@ -3868,7 +3868,8 @@
Algorithm: For each wall one after an other....???
*/
- {
+int inside(int32_t x, int32_t y, short sectnum)
+{
walltype *wal;
int32_t i, x1, y1, x2, y2;
uint32_t cnt;