summaryrefslogtreecommitdiff
path: root/src/viewport.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-02-23 01:48:53 +0000
committerbelugas <belugas@openttd.org>2007-02-23 01:48:53 +0000
commita723770836032ec50d32db7f80fcc20c3bc286ea (patch)
tree9ac4eb5ea6cc7e9a86e6506bd3915822ae8c43da /src/viewport.cpp
parent202702c0077b4cda81cdc194fb225d3fc779c55a (diff)
downloadopenttd-a723770836032ec50d32db7f80fcc20c3bc286ea.tar.xz
(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style
Diffstat (limited to 'src/viewport.cpp')
-rw-r--r--src/viewport.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/viewport.cpp b/src/viewport.cpp
index b34e94fbf..0f9e8333c 100644
--- a/src/viewport.cpp
+++ b/src/viewport.cpp
@@ -1,5 +1,7 @@
/* $Id$ */
+/** @file viewport.cpp */
+
#include "stdafx.h"
#include "openttd.h"
#include "debug.h"
@@ -23,7 +25,6 @@
#define VIEWPORT_DRAW_MEM (65536 * 2)
-/* viewport.c */
// XXX - maximum viewports is maximum windows - 2 (main toolbar + status bar)
static ViewPort _viewports[25 - 2];
static uint32 _active_viewports; ///< bitmasked variable where each bit signifies if a viewport is in use or not