aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen_lol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/screen_lol.cpp')
-rw-r--r--engines/kyra/screen_lol.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/screen_lol.cpp b/engines/kyra/screen_lol.cpp
index 6b94043005..e350d2c977 100644
--- a/engines/kyra/screen_lol.cpp
+++ b/engines/kyra/screen_lol.cpp
@@ -658,8 +658,8 @@ void Screen_LoL::copyRegionSpecial(int page1, int w1, int h1, int x1, int y1, in
if (mode == 2) {
va_list args;
va_start(args, mode);
- table1 = va_arg(args, uint8*);
- table2 = va_arg(args, uint8*);
+ table1 = va_arg(args, uint8 *);
+ table2 = va_arg(args, uint8 *);
va_end(args);
}