aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/inputtes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/inputtes.cpp')
-rw-r--r--engines/avalanche/inputtes.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/avalanche/inputtes.cpp b/engines/avalanche/inputtes.cpp
index bfb2db11e9..c1fbc214a6 100644
--- a/engines/avalanche/inputtes.cpp
+++ b/engines/avalanche/inputtes.cpp
@@ -39,9 +39,7 @@ char r;
void plottext() {
byte x, y;
- ;
for (y = 0; y <= 7; y ++) {
- ;
for (x = 1; x <= length(current); x ++)
mem[0xa000 * 12880 + y * 80 + x] = font[current[x]][y];
fillchar(mem[0xa000 * 12881 + y * 80 + x], 79 - x, '\0');
@@ -50,7 +48,6 @@ void plottext() {
void loadfont() {
file<fonttype> f;
- ;
assign(f, "c:\\thomas\\ttsmall.fnt");
reset(f);
f >> font;
@@ -59,7 +56,6 @@ void loadfont() {
int main(int argc, const char *argv[]) {
pio_initialize(argc, argv);
- ;
gd = 3;
gm = 0;
initgraph(gd, gm, "c:\\turbo");