summaryrefslogtreecommitdiffstats
path: root/src/object/robotmain.cpp
diff options
context:
space:
mode:
authorerihel <erihel@gmail.com>2013-03-20 21:50:44 +0100
committererihel <erihel@gmail.com>2013-03-20 21:50:44 +0100
commit1406464f0ce0b804298e2ee034bdd8bc7856e0dc (patch)
tree4d886e90609d4b77732d938c6b094fd1959d77c6 /src/object/robotmain.cpp
parent64be7a5df60bdf444d31eb2cc4945929a4c4a695 (diff)
downloadcolobot-1406464f0ce0b804298e2ee034bdd8bc7856e0dc.tar.gz
colobot-1406464f0ce0b804298e2ee034bdd8bc7856e0dc.tar.bz2
colobot-1406464f0ce0b804298e2ee034bdd8bc7856e0dc.zip
* Changed Set/Get HilateCap to Set/Get HighlightCap
* Changes ReadText in CEdit to fix problem with SatCom links * Filenames when loading/saving scripts should be fixed on mxe
Diffstat (limited to 'src/object/robotmain.cpp')
-rw-r--r--src/object/robotmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/robotmain.cpp b/src/object/robotmain.cpp
index 635fc4e..2554ce4 100644
--- a/src/object/robotmain.cpp
+++ b/src/object/robotmain.cpp
@@ -1186,7 +1186,7 @@ void CRobotMain::ChangePhase(Phase phase)
pe->SetGenericMode(true);
pe->SetFontType(Gfx::FONT_COLOBOT);
pe->SetEditCap(false);
- pe->SetHiliteCap(false);
+ pe->SetHighlightCap(false);
pe->ReadText(std::string("help/win.txt"));
}
else