aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.cpp')
-rw-r--r--src/ui.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui.cpp b/src/ui.cpp
index 2348375..c75e3ff 100644
--- a/src/ui.cpp
+++ b/src/ui.cpp
@@ -76,7 +76,7 @@ extern void mainLoop(void);
static bool fadeEnable = false;
static bool fadeWhite = false;
static bool fadeFast = false;
-static unsigned int fadeIntensity = 0;
+static int fadeIntensity = 0;
bool inBattle = false;
Mix_Chunk *battleStart;
@@ -865,10 +865,10 @@ namespace ui {
return;
}
- /*if (!typeOutDone) {
+ if (!typeOutDone) {
typeOutDone = true;
return;
- }*/
+ }
for(i=0;i<dialogOptText.size();i++) {
if (mouse.x > dialogOptText[i].second.x &&