aboutsummaryrefslogtreecommitdiff
path: root/src/text.c
diff options
context:
space:
mode:
authorptitSeb2017-12-02 11:20:03 +0100
committerptitSeb2017-12-02 11:20:03 +0100
commit8b0a7091f58ee0b5ff68af9e4b14afc0ea6d6fe8 (patch)
treeaf63204f1872a8e66e9578f588aacfb450d869f4 /src/text.c
parentba427aba2f50a9ec34befc8369af8e9f71758554 (diff)
downloadhydracastlelabyrinth-8b0a7091f58ee0b5ff68af9e4b14afc0ea6d6fe8.tar.gz
hydracastlelabyrinth-8b0a7091f58ee0b5ff68af9e4b14afc0ea6d6fe8.tar.bz2
hydracastlelabyrinth-8b0a7091f58ee0b5ff68af9e4b14afc0ea6d6fe8.zip
Added option for Fullscreen and various screen scalling (from x1 to x4, default to x2)
Diffstat (limited to 'src/text.c')
-rw-r--r--src/text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.c b/src/text.c
index acfa375..51cf3d2 100644
--- a/src/text.c
+++ b/src/text.c
@@ -89,7 +89,7 @@ void loadText()
//Load saving message
loadMessage(saving, f);
- printf("\n%d", saving->length);
+ //printf("\n%d", saving->length);
//Load save error message
int i;