diff options
author | Torbjörn Andersson | 2003-09-20 12:24:53 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2003-09-20 12:24:53 +0000 |
commit | 42905672995c1f50e10e2582dc79679bff5ef392 (patch) | |
tree | 5f79955b625830eb74280c60cb685bd7d995af7a /sword2 | |
parent | 21ce55bc9f19c3c75e20e6dd22e17e98224a9ed6 (diff) | |
download | scummvm-rg350-42905672995c1f50e10e2582dc79679bff5ef392.tar.gz scummvm-rg350-42905672995c1f50e10e2582dc79679bff5ef392.tar.bz2 scummvm-rg350-42905672995c1f50e10e2582dc79679bff5ef392.zip |
Minor cleanup
svn-id: r10330
Diffstat (limited to 'sword2')
-rw-r--r-- | sword2/logic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/logic.cpp b/sword2/logic.cpp index df3d3fbd69..fc0a25107c 100644 --- a/sword2/logic.cpp +++ b/sword2/logic.cpp @@ -180,7 +180,7 @@ int logic::Process_session(void) { // Tony6June96 (first run 21Oct96) // script or subroutine will kick in and run // keep processing scripts until 0 for quit is returned - } while(ret); + } while (ret); // any post logic system requests to go here |