diff options
author | Torbjörn Andersson | 2005-03-15 08:20:22 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-03-15 08:20:22 +0000 |
commit | dd5e5abe49609e0d8903d3a48b522f0d0a23596f (patch) | |
tree | 8f00e99be4ed7ecf5ca02e1a9e5d22b702c02a13 | |
parent | 065710ee80ccc4646e13edd31e5bf35bb96a9ce4 (diff) | |
download | scummvm-rg350-dd5e5abe49609e0d8903d3a48b522f0d0a23596f.tar.gz scummvm-rg350-dd5e5abe49609e0d8903d3a48b522f0d0a23596f.tar.bz2 scummvm-rg350-dd5e5abe49609e0d8903d3a48b522f0d0a23596f.zip |
Whitespace
svn-id: r17149
-rw-r--r-- | scumm/player_v2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/player_v2.cpp b/scumm/player_v2.cpp index f142372b0d..1ff2e619fa 100644 --- a/scumm/player_v2.cpp +++ b/scumm/player_v2.cpp @@ -721,7 +721,7 @@ end: channel->d.next_cmd = 0; int i; - for (i = 0; i< 4; i++) { + for (i = 0; i < 4; i++) { if (_channels[i].d.time_left) goto finish; } |