Added explicit tgi_clear() after tgi_init() now that this isn't done by tgi_init() anymore.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4561 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc 2010-01-26 20:12:35 +00:00
parent cbd2ffdf29
commit e5c0077b88
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ int main (void)
CheckError ("tgi_load_driver");
tgi_init ();
CheckError ("tgi_init");
tgi_clear ();
/* Get stuff from the driver */
MaxX = tgi_getmaxx ();