summaryrefslogtreecommitdiffstats
path: root/src/d3dframe.cpp
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-03-20 18:36:11 +0100
committerProgramerus <alcadeias95@gmail.com>2012-03-20 18:36:11 +0100
commit2f2a1874f1671f0fc127114edaceadbffd6a7d92 (patch)
treea5acb9d76d0db7908e97585b98417b72d65e87ff /src/d3dframe.cpp
parent2882ad5a9e6d5a5d1ec431966107865caed89b1e (diff)
downloadcolobot-2f2a1874f1671f0fc127114edaceadbffd6a7d92.tar.gz
colobot-2f2a1874f1671f0fc127114edaceadbffd6a7d92.tar.bz2
colobot-2f2a1874f1671f0fc127114edaceadbffd6a7d92.zip
Comment fix.
Diffstat (limited to 'src/d3dframe.cpp')
-rw-r--r--src/d3dframe.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/d3dframe.cpp b/src/d3dframe.cpp
index ccca6f9..f43776b 100644
--- a/src/d3dframe.cpp
+++ b/src/d3dframe.cpp
@@ -12,7 +12,9 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see http://www.gnu.org/licenses/.//-----------------------------------------------------------------------------
+// * along with this program. If not, see http://www.gnu.org/licenses/.
+
+//-----------------------------------------------------------------------------
// File: D3DFrame.cpp
//
// Desc: Class functions to implement a Direct3D app framework.