aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGuillaume Pasquet <dev@etenil.net>2020-01-02 17:28:15 +0000
committerGuillaume Pasquet <dev@etenil.net>2020-03-14 16:52:06 +0000
commit219e32ad793e66a3111465ef02f3eb677f70277d (patch)
treeffbfc495906fdb447074c1c1e3e4996432f83a14 /.gitignore
parent9848a92fde2891177cc352064ae9e4ec1098277f (diff)
Fix for invisible enemies
- Don't double-count visibility - Set enemies visibility with LOS - Set dirty flag when enemies are revealed
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cce2d15..5542972 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/target
**/*.rs.bk
+/log
*.log