summaryrefslogtreecommitdiff
path: root/src/misc
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-03-28 20:06:28 +0000
committerbelugas <belugas@openttd.org>2007-03-28 20:06:28 +0000
commit7a0952a5bcd7ce48a754ae5dff00aedc8e8f1b9e (patch)
tree57823e3248ecacb9f203d77ba0d52ea3527bf7cd /src/misc
parent79e97494dc0cb0ffe78f785250dbd83054637279 (diff)
downloadopenttd-7a0952a5bcd7ce48a754ae5dff00aedc8e8f1b9e.tar.xz
(svn r9520) -Codechange: Add the notion of Industry behaviour. It means what an industry can do (plant fields, cut trees, do not change production), what can be done to it (disasters like mine subsidence, jet/chopper attack), when it can be built etc...
Diffstat (limited to 'src/misc')
-rw-r--r--src/misc/autocopyptr.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/autocopyptr.hpp b/src/misc/autocopyptr.hpp
index fb6bfa028..b5ca6ddd1 100644
--- a/src/misc/autocopyptr.hpp
+++ b/src/misc/autocopyptr.hpp
@@ -8,7 +8,7 @@
* It is non-invasive smart pointer (reference counter is held outside
* of Tdata).
* When copied, its new copy shares the same underlaying structure Tdata.
- * When dereferenced, its behavior depends on 2 factors:
+ * When dereferenced, its behaviour depends on 2 factors:
* - whether the data is shared (used by more than one pointer)
* - type of access (read/write)
* When shared pointer is dereferenced for write, new clone of Tdata