From 9c96417041ed16c1025fcf0fda7dc2b51a9dcf83 Mon Sep 17 00:00:00 2001 From: uruk Date: Sat, 27 Jul 2013 15:07:21 +0200 Subject: AVALANCHE: Add comments to Basher::plottext(). --- engines/avalanche/basher2.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/avalanche/basher2.cpp b/engines/avalanche/basher2.cpp index 5f873225f2..355bdaf715 100644 --- a/engines/avalanche/basher2.cpp +++ b/engines/avalanche/basher2.cpp @@ -84,8 +84,9 @@ void Basher::plottext() { cursor_off(); - _vm->_graphics->drawBar(24, 161, 640, 169, black); + _vm->_graphics->drawBar(24, 161, 640, 169, black); // Black out the line of the text. + // Draw the text. Similar to chalk(), but here we don't have to bother with the color of the characters. for (byte i = 0; i < _vm->_gyro->current.size(); i++) for (byte j = 0; j < 8; j++) { byte pixel = _vm->_gyro->little[_vm->_gyro->current[i]][j]; -- cgit v1.2.3