Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.

svn-id: r28966
This commit is contained in:
Nicola Mettifogo 2007-09-19 08:40:12 +00:00
parent a89694c0d6
commit 258901bab9
693 changed files with 16240 additions and 3908 deletions

View file

@ -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;