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,
|
||||
bios_data_area;
|
||||
|
||||
var DEBUG : Boolean;
|
||||
|
||||
type
|
||||
TColor = ( Black = $0,
|
||||
Blue = $1,
|
||||
@ -103,7 +101,6 @@ var
|
||||
|
||||
procedure init(); [public, alias: 'console_init'];
|
||||
Begin
|
||||
Debug:= False;
|
||||
Console_Properties.Default_Attribute:= console.combinecolors(White, Black);
|
||||
console.clear();
|
||||
end;
|
||||
|
Loading…
x
Reference in New Issue
Block a user