aboutsummaryrefslogtreecommitdiff
path: root/sword1/debug.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-12-19 14:07:12 +0000
committerTorbjörn Andersson2003-12-19 14:07:12 +0000
commitb179e8f6ec6d24f6b46a1b9e14e46ad777374d94 (patch)
tree065c7947ff9419920e95ab8610f6a0c8a1d1513c /sword1/debug.h
parentb7a5d9720791bd112730d1384c7c7cf94a40e381 (diff)
downloadscummvm-rg350-b179e8f6ec6d24f6b46a1b9e14e46ad777374d94.tar.gz
scummvm-rg350-b179e8f6ec6d24f6b46a1b9e14e46ad777374d94.tar.bz2
scummvm-rg350-b179e8f6ec6d24f6b46a1b9e14e46ad777374d94.zip
Whitespace changes
svn-id: r11760
Diffstat (limited to 'sword1/debug.h')
-rw-r--r--sword1/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/debug.h b/sword1/debug.h
index ee902d83b3..e8347ee74d 100644
--- a/sword1/debug.h
+++ b/sword1/debug.h
@@ -26,7 +26,7 @@
class SwordDebug {
public:
- static void interpretScript(uint32 id, uint32 level, uint32 script, uint32 pc);
+ static void interpretScript(uint32 id, uint32 level, uint32 script, uint32 pc);
static void callMCode(uint32 mcodeNum, uint32 paramCount, int32 a, int32 b, int32 c, int32 d, int32 e, int32 f);
private: