aboutsummaryrefslogtreecommitdiff
path: root/gui.cpp
diff options
context:
space:
mode:
authorVincent Hamm2002-03-24 17:49:47 +0000
committerVincent Hamm2002-03-24 17:49:47 +0000
commit92a19c45aef3f0e34dfcc5caf2b7f5e65295d00f (patch)
treed5b45dfe999b9c73264191e45abb1016837912f6 /gui.cpp
parent14e6021141ae06673f2ad8d92c60f8499e897ae8 (diff)
downloadscummvm-rg350-92a19c45aef3f0e34dfcc5caf2b7f5e65295d00f.tar.gz
scummvm-rg350-92a19c45aef3f0e34dfcc5caf2b7f5e65295d00f.tar.bz2
scummvm-rg350-92a19c45aef3f0e34dfcc5caf2b7f5e65295d00f.zip
Fixed pal init
svn-id: r3815
Diffstat (limited to 'gui.cpp')
-rw-r--r--gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.cpp b/gui.cpp
index bbdb84a7eb..e68fe88a0a 100644
--- a/gui.cpp
+++ b/gui.cpp
@@ -96,7 +96,7 @@ const GuiWidget *Gui::widgetFromPos(int x, int y) {
}
void Gui::drawChar(const char str, int xx, int yy) {
- unsigned int buffer, mask = 0, x, y;
+ unsigned int buffer=0, mask = 0, x, y;
byte *tmp;
int tempc = _color;
_color = _textcolor;