Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
svn-id: r28966
This commit is contained in:
parent
a89694c0d6
commit
258901bab9
693 changed files with 16240 additions and 3908 deletions
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/stdafx.h"
|
||||
|
||||
|
||||
#include "common/config-manager.h"
|
||||
#include "common/util.h"
|
||||
|
@ -1141,7 +1141,7 @@ void ScummEngine::checkAndRunSentenceScript() {
|
|||
//
|
||||
// For now we assume that if there are more than 460 scripts, then
|
||||
// the pair 29/104 is used, else the pair 28/103.
|
||||
|
||||
|
||||
if (_res->num[rtScript] > 460) {
|
||||
if (sentenceScript == 104)
|
||||
sentenceScript = 29;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue