Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
svn-id: r44495
This commit is contained in:
parent
25dde91c7c
commit
8ba75fc522
90 changed files with 694 additions and 709 deletions
|
@ -271,7 +271,7 @@ SciVersion EngineState::detectDoSoundType() {
|
|||
if (!parse_reg_t(this, "?Sound", &soundClass)) {
|
||||
int sum = methodChecksum(soundClass, _kernel->_selectorCache.play, -6, 6);
|
||||
|
||||
switch(sum) {
|
||||
switch (sum) {
|
||||
case 0x1B2: // SCI0
|
||||
case 0x1AE: // SCI01
|
||||
_doSoundType = SCI_VERSION_0_EARLY;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue