File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ void OOPrintLogHeader(void)
161161 #endif
162162
163163 NSString *versionString = nil ;
164- #if (defined (SNAPSHOT_BUILD)) // && defined (OOLITE_SNAPSHOT_VERSION))
164+ #if (defined (SNAPSHOT_BUILD))
165165 versionString = @" development version " @OO_VERSION_FULL;
166166 #else
167167 versionString = [NSString stringWithFormat: @" version %s " , OO_VERSION_FULL];
Original file line number Diff line number Diff line change @@ -5229,7 +5229,7 @@ - (void) drawUniverse
52295229 // should come after the HUD to avoid it being overlapped by it
52305230 [self drawMessage];
52315231
5232- #if (defined (SNAPSHOT_BUILD)) // && defined (OOLITE_SNAPSHOT_VERSION))
5232+ #if (defined (SNAPSHOT_BUILD))
52335233 [self drawWatermarkString:@"Development version " @OO_VERSION_FULL];
52345234#endif
52355235
You can’t perform that action at this time.
0 commit comments