Indent with tabs instead of spaces.

svn-id: r30312
This commit is contained in:
Torbjörn Andersson 2008-01-06 20:42:28 +00:00
parent db51514dd3
commit eeb212c7e0
13 changed files with 370 additions and 370 deletions

View file

@ -487,12 +487,12 @@ void Parallaction::displayComment(ExamineData *data) {
return;
}
int id;
int id;
if (data->_filename) {
if (data->_cnv == 0) {
data->_cnv = _disk->loadStatic(data->_filename);
}
if (data->_cnv == 0) {
data->_cnv = _disk->loadStatic(data->_filename);
}
_gfx->setHalfbriteMode(true);
_gfx->setSingleBalloon(data->_description, 0, 90, 0, 0);