diff options
author | alberth <alberth@openttd.org> | 2010-12-24 15:08:19 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2010-12-24 15:08:19 +0000 |
commit | 852e647bcc892e3cf65990968b9ad200e83af435 (patch) | |
tree | 7d2f7591d2ffc3fecd614630c9ba733d6d828959 /src/viewport.cpp | |
parent | 9a5cce382fb56ea91f95a56bc7b83b0ccbb69e1b (diff) | |
download | openttd-852e647bcc892e3cf65990968b9ad200e83af435.tar.xz |
(svn r21627) -Codechange: Remove _place_proc global variable.
Diffstat (limited to 'src/viewport.cpp')
-rw-r--r-- | src/viewport.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/viewport.cpp b/src/viewport.cpp index 87a8906d3..977a5766a 100644 --- a/src/viewport.cpp +++ b/src/viewport.cpp @@ -49,7 +49,6 @@ #include "table/strings.h" -PlaceProc *_place_proc; Point _tile_fract_coords; struct StringSpriteToDraw { |