aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/exec_ns.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2008-01-06 20:42:28 +0000
committerTorbjörn Andersson2008-01-06 20:42:28 +0000
commiteeb212c7e0fd49670bcab942f2db2234a244dfc7 (patch)
treec0647e2350eba4b7054e6743df586f64e68ba03f /engines/parallaction/exec_ns.cpp
parentdb51514dd389b7177eaa11eb1ce5b40fb36b4b3c (diff)
downloadscummvm-rg350-eeb212c7e0fd49670bcab942f2db2234a244dfc7.tar.gz
scummvm-rg350-eeb212c7e0fd49670bcab942f2db2234a244dfc7.tar.bz2
scummvm-rg350-eeb212c7e0fd49670bcab942f2db2234a244dfc7.zip
Indent with tabs instead of spaces.
svn-id: r30312
Diffstat (limited to 'engines/parallaction/exec_ns.cpp')
-rw-r--r--engines/parallaction/exec_ns.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/parallaction/exec_ns.cpp b/engines/parallaction/exec_ns.cpp
index ef9d2243b2..18142f9101 100644
--- a/engines/parallaction/exec_ns.cpp
+++ b/engines/parallaction/exec_ns.cpp
@@ -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);