Skip to content

Commit

Permalink
Magnetic 2.2 Windows r13
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kinder committed Nov 18, 2007
1 parent 62471e2 commit c082b80
Show file tree
Hide file tree
Showing 24 changed files with 3,036 additions and 3,026 deletions.
6 changes: 3 additions & 3 deletions Dos/maindos.c
Original file line number Diff line number Diff line change
Expand Up @@ -2045,7 +2045,7 @@ void ms_putchar (type8 c)
if (ostream_script)
{
if (scrbufpos != 0)
scrbufpos--;
scrbufpos--;
}
}

Expand Down Expand Up @@ -2355,7 +2355,7 @@ void ms_showpic (type32 number, type8 mode)

} else if (pic_lines != 0) {

os_more_prompt ();
os_more_prompt ();

os_erase_area (16, 0, screen_height - 1, screen_width - 1);

Expand Down Expand Up @@ -2386,7 +2386,7 @@ void ms_showpic (type32 number, type8 mode)

type8 ms_showhints (struct ms_hint *hints)
{
return 0;
return 0;

}/* ms_showhints */

Expand Down
Loading

0 comments on commit c082b80

Please sign in to comment.