about summary refs log tree commit diff
path: root/src/game/version.h
diff options
context:
space:
mode:
authorChoupom <andycootlapin@hotmail.fr>2011-04-19 16:10:50 +0200
committeroy <Tom_Adams@web.de>2011-05-03 19:25:11 +0200
commit7f15b3ac5728c44e90a0f0486e17861796f88210 (patch)
tree37798531ecec504cb7a242d2e2b0fc38a78a0bbc /src/game/version.h
parentc2f75b0017f7244b40f109926c48a0484b575ae8 (diff)
downloadzcatch-7f15b3ac5728c44e90a0f0486e17861796f88210.tar.gz
zcatch-7f15b3ac5728c44e90a0f0486e17861796f88210.zip
fixed several stuffs
Diffstat (limited to 'src/game/version.h')
-rw-r--r--src/game/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/version.h b/src/game/version.h
index 8cf1a7c0..c7f04b75 100644
--- a/src/game/version.h
+++ b/src/game/version.h
@@ -2,7 +2,7 @@
 /* If you are missing that file, acquire a complete release at teeworlds.com.                */
 #ifndef GAME_VERSION_H
 #define GAME_VERSION_H
-#include "generated/nethash.c"
+#include "generated/nethash.cpp"
 #define GAME_VERSION "0.6 trunk"
 #define GAME_NETVERSION "0.6 " GAME_NETVERSION_HASH
 #endif