From 08e94dd07103d89306886c25569810d02be6aa72 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Thu, 19 Jul 2007 11:01:07 +0000 Subject: [PATCH] updated docs --- docs/articles/hacking.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/hacking.txt b/docs/articles/hacking.txt index a9dc23acb..a81e6350f 100644 --- a/docs/articles/hacking.txt +++ b/docs/articles/hacking.txt @@ -2,7 +2,7 @@ Title: Hacking Group: Source Layout data_src - Data for the game is located under data_src and is unprocessed. -src - Engine source. It contains the network communication, graphics and sound. +src/engine - Engine source. It contains the network communication, graphics and sound. src/game - The game source. This is the source that acctually is teewars. You can write a new game using the engine by removing these files and start from scratch. scripts - Scripts.