diff options
| author | Jonas Ask | 2009-10-22 12:54:20 +0000 |
|---|---|---|
| committer | Jonas Ask | 2009-10-22 12:54:20 +0000 |
| commit | fb452ce9594ea297aea586512ee66d47f232add5 (patch) | |
| tree | aa60bdc48c6ce33dfcb169d2013de5175f019e77 /Constructions.h | |
| parent | 4bcc80edf1d438ce6718df4d580b2579ba22afa2 (diff) | |
| download | stonesense-fb452ce9594ea297aea586512ee66d47f232add5.tar.gz stonesense-fb452ce9594ea297aea586512ee66d47f232add5.tar.bz2 stonesense-fb452ce9594ea297aea586512ee66d47f232add5.tar.xz | |
Cleaning up and some heavy refactoring.
Added a safety so users can't scroll to negative z-levels
Diffstat (limited to 'Constructions.h')
| -rw-r--r-- | Constructions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Constructions.h b/Constructions.h index 91cec8a..f5aa29a 100644 --- a/Constructions.h +++ b/Constructions.h @@ -2,6 +2,6 @@ -bool IsConstruction(int in);
+bool IDisConstruction(int in);
-void changeConstructionMaterials(DisplaySegment* segment, Block* b, vector<t_construction>* allConstructions);
\ No newline at end of file +void changeConstructionMaterials(WorldSegment* segment, Block* b, vector<t_construction>* allConstructions);
\ No newline at end of file |
