diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-02-21 13:29:05 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-02-21 13:29:05 +0100 |
commit | b4a68e58a9badb0f33d43a4cce9877935b2cc917 (patch) | |
tree | b9436d62cdd326166d6d0d3e6e35e04673d311f7 /source/cSimulator.h | |
parent | Revised GNUmakefile for header file dependencies (again; this time it should work ;) (diff) | |
download | cuberite-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 '')
-rw-r--r-- | source/cSimulator.h | 2 |
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 |