Fixed _textcolor definition.
The _textcolor() macro doesn't just turn on the macro optimization. It defines the return value of textcolor() - and that is supposed to be a COLOR_... value.
This commit is contained in:
@@ -540,7 +540,7 @@ extern void atrx15p2_tgi[];
|
|||||||
** to be overlaid by macros with the same names, saving the function call
|
** to be overlaid by macros with the same names, saving the function call
|
||||||
** overhead.
|
** overhead.
|
||||||
*/
|
*/
|
||||||
#define _textcolor(color) 1
|
#define _textcolor(color) COLOR_WHITE
|
||||||
|
|
||||||
/* End of atari.h */
|
/* End of atari.h */
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user