mirror of
https://github.com/ksherlock/qserver.git
synced 2025-01-28 02:34:29 +00:00
fix memory trashing due to _toolErr potentially being set in the wrong bank.
This commit is contained in:
parent
1a83ad9794
commit
382501f315
@ -425,7 +425,6 @@ pascal void MarinettiCallback(char *str)
|
||||
DrawInfoBar(MyWindow);
|
||||
}
|
||||
}
|
||||
#pragma databank 0
|
||||
|
||||
pascal void DrawInfo(void *rect, const char *str, GrafPortPtr w)
|
||||
{
|
||||
@ -443,6 +442,7 @@ void DrawWindow(void)
|
||||
DrawControls(GetPort());
|
||||
}
|
||||
|
||||
#pragma databank 0
|
||||
|
||||
|
||||
static StartStopRecord ss = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user