Changeset - r15830:540ddad59d77
[Not reviewed]
master
0 1 0
rubidium - 14 years ago 2010-08-17 09:42:38
rubidium@openttd.org
(svn r20522) -Fix [FS#4041] (r20482): the wrong "delete" was called for Objects
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/object_base.h
Show inline comments
 
@@ -29,6 +29,8 @@ struct Object : ObjectPool::PoolItem<&_o
 

	
 
	/** Make sure the object isn't zeroed. */
 
	Object() {}
 
	/** Make sure the right destructor is called as well! */
 
	~Object() {}
 

	
 
	/**
 
	 * Get the object associated with a tile.
0 comments (0 inline, 0 general)