summaryrefslogtreecommitdiffstats
path: root/source/cSimulator.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-21 13:29:05 +0100
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-21 13:29:05 +0100
commitb4a68e58a9badb0f33d43a4cce9877935b2cc917 (patch)
treeb9436d62cdd326166d6d0d3e6e35e04673d311f7 /source/cSimulator.h
parentRevised GNUmakefile for header file dependencies (again; this time it should work ;) (diff)
downloadcuberite-b4a68e58a9badb0f33d43a4cce9877935b2cc917.tar
cuberite-b4a68e58a9badb0f33d43a4cce9877935b2cc917.tar.gz
cuberite-b4a68e58a9badb0f33d43a4cce9877935b2cc917.tar.bz2
cuberite-b4a68e58a9badb0f33d43a4cce9877935b2cc917.tar.lz
cuberite-b4a68e58a9badb0f33d43a4cce9877935b2cc917.tar.xz
cuberite-b4a68e58a9badb0f33d43a4cce9877935b2cc917.tar.zst
cuberite-b4a68e58a9badb0f33d43a4cce9877935b2cc917.zip
Diffstat (limited to 'source/cSimulator.h')
-rw-r--r--source/cSimulator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cSimulator.h b/source/cSimulator.h
index e045c18a8..4e92ec152 100644
--- a/source/cSimulator.h
+++ b/source/cSimulator.h
@@ -16,5 +16,5 @@ public:
protected:
virtual void AddBlock(int a_X, int a_Y, int a_Z) = 0;
- cWorld *m_World;
+ cWorld * m_World;
}; \ No newline at end of file