projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cc6892
)
removed unused variable
author
Holger Schemel
<info@artsoft.org>
Thu, 6 Nov 2014 15:39:20 +0000
(16:39 +0100)
committer
Holger Schemel
<info@artsoft.org>
Thu, 6 Nov 2014 15:39:20 +0000
(16:39 +0100)
src/conftime.h
patch
|
blob
|
history
src/screens.c
patch
|
blob
|
history
diff --git
a/src/conftime.h
b/src/conftime.h
index 6eb8ff89341930b1149514d00de33e1b8f619e20..0f7e8936c91332850b85282b19655663baa3bdf2 100644
(file)
--- a/
src/conftime.h
+++ b/
src/conftime.h
@@
-1
+1
@@
-#define COMPILE_DATE_STRING "2014-11-06 1
5:30
"
+#define COMPILE_DATE_STRING "2014-11-06 1
6:38
"
diff --git
a/src/screens.c
b/src/screens.c
index cf81e97d68c673192c94612c863b327c70609482..e453e4a732e05c4f154e8962cf6603f5051d6173 100644
(file)
--- a/
src/screens.c
+++ b/
src/screens.c
@@
-3019,7
+3019,6
@@
void DrawInfoScreen_LevelSet()
char *filename = getLevelSetInfoFilename();
char *title = "Level Set Information:";
int ystart1 = mSY - SY + 100;
- int ystart2 = mSY - SY + 150;
int ybottom = mSY - SY + SYSIZE - 20;
if (filename == NULL)