aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/main_loop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/main_loop.cpp')
-rw-r--r--engines/cine/main_loop.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cine/main_loop.cpp b/engines/cine/main_loop.cpp
index 89a0f3e6fc..f52c669abc 100644
--- a/engines/cine/main_loop.cpp
+++ b/engines/cine/main_loop.cpp
@@ -23,7 +23,7 @@
*
*/
-#include "common/stdafx.h"
+
#include "common/scummsys.h"
#include "common/events.h"
#include "common/system.h"
@@ -150,7 +150,7 @@ void manageEvents(int count) {
for (i = 0; i < count; i++) {
//FIXME(?): Maybe there's a better way to "fix" this?
//
- //Since not all backends/ports can update the screen
+ //Since not all backends/ports can update the screen
//100 times per second, only update the screen every
//other frame (1000 / 2 * 10 i.e. 50 times per second max.)
if (i % 2)