summaryrefslogtreecommitdiffstats
path: root/GameField.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'GameField.hpp')
-rw-r--r--GameField.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/GameField.hpp b/GameField.hpp
index 9975caa..4c6d61d 100644
--- a/GameField.hpp
+++ b/GameField.hpp
@@ -31,7 +31,7 @@ private:
void UpdateState(int y, int x);
int ScanRowsAround(int y, int x);
int ScanColsAround(int y, int x);
- int ScanDiags();
+ int ScanDiagsAround(int y, int x);
};
#endif /* LPG_GAMEFIELD_H */