mirror of
https://github.com/ksherlock/qserver.git
synced 2026-04-21 09:16:34 +00:00
fix memory trashing due to _toolErr potentially being set in the wrong bank.
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user