diff options
author | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-04-11 14:16:13 +0200 |
---|---|---|
committer | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-04-11 14:16:13 +0200 |
commit | ae3fa2b6220b5e5f995c0b9c79db605cddcd5fb5 (patch) | |
tree | 2b0994ab5e9709562f4dec862456c51762986ae9 /source/cWorld.h | |
parent | Added error messages to socket closing error conditions for *nix (diff) | |
download | cuberite-ae3fa2b6220b5e5f995c0b9c79db605cddcd5fb5.tar cuberite-ae3fa2b6220b5e5f995c0b9c79db605cddcd5fb5.tar.gz cuberite-ae3fa2b6220b5e5f995c0b9c79db605cddcd5fb5.tar.bz2 cuberite-ae3fa2b6220b5e5f995c0b9c79db605cddcd5fb5.tar.lz cuberite-ae3fa2b6220b5e5f995c0b9c79db605cddcd5fb5.tar.xz cuberite-ae3fa2b6220b5e5f995c0b9c79db605cddcd5fb5.tar.zst cuberite-ae3fa2b6220b5e5f995c0b9c79db605cddcd5fb5.zip |
Diffstat (limited to '')
-rw-r--r-- | source/cWorld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cWorld.h b/source/cWorld.h index 29b7fce72..d5916807a 100644 --- a/source/cWorld.h +++ b/source/cWorld.h @@ -177,7 +177,7 @@ public: void ChunksStay(const cChunkCoordsList & a_Chunks, bool a_Stay = true);
/// Regenerate the given chunk:
- void RegenerateChunk(int a_ChunkX, int a_ChunkZ);
+ void RegenerateChunk(int a_ChunkX, int a_ChunkZ); //tolua_export
// TODO: Export to Lua
bool DoWithEntity( int a_UniqueID, cEntityCallback & a_Callback );
|