Console Stuff.
git-svn-id: https://spexeah.com:8443/svn/Asuro@88 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
7d20391a86
commit
4cd3661833
@ -15,8 +15,6 @@ uses
|
|||||||
util,
|
util,
|
||||||
bios_data_area;
|
bios_data_area;
|
||||||
|
|
||||||
var DEBUG : Boolean;
|
|
||||||
|
|
||||||
type
|
type
|
||||||
TColor = ( Black = $0,
|
TColor = ( Black = $0,
|
||||||
Blue = $1,
|
Blue = $1,
|
||||||
@ -103,7 +101,6 @@ var
|
|||||||
|
|
||||||
procedure init(); [public, alias: 'console_init'];
|
procedure init(); [public, alias: 'console_init'];
|
||||||
Begin
|
Begin
|
||||||
Debug:= False;
|
|
||||||
Console_Properties.Default_Attribute:= console.combinecolors(White, Black);
|
Console_Properties.Default_Attribute:= console.combinecolors(White, Black);
|
||||||
console.clear();
|
console.clear();
|
||||||
end;
|
end;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user