Indent with tabs instead of spaces.
svn-id: r30312
This commit is contained in:
parent
db51514dd3
commit
eeb212c7e0
13 changed files with 370 additions and 370 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue