git-svn-id: svn://elaine/murooma/trunk@96 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-07-11 22:20:48 +00:00
parent ebc2890679
commit a27f926f4b
4 changed files with 19 additions and 116 deletions

View file

@ -29,7 +29,7 @@ struct ChunkT
typedef ChunkT<WIRE_CHUNK_SIZE> Chunk;
typedef ChunkT<PLAYER_CHUNK_SIZE> PlayerChunk;
//typedef ChunkT<PLAYER_CHUNK_SIZE> PlayerChunk;
#endif