ADV mode
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
void main()
|
||||
void main()
|
||||
{
|
||||
int AdvMode;
|
||||
AdvMode = 1;
|
||||
int Line_ModeSpecific;
|
||||
if (AdvMode) {
|
||||
Line_ModeSpecific = Line_Normal;
|
||||
OutputLineAll(NULL, "", Line_ContinueAfterTyping);
|
||||
} else {
|
||||
Line_ModeSpecific = Line_WaitForInput;
|
||||
}
|
||||
|
||||
|
||||
//*Sub_Tips_011
|
||||
|
||||
Reference in New Issue
Block a user