ACCESS: Use clear to empty Common::String variables

This commit is contained in:
Strangerke 2014-12-17 23:08:54 +01:00
parent 207c4012ad
commit 79b51f20e4
2 changed files with 3 additions and 3 deletions

View file

@ -661,7 +661,7 @@ void Scripts::cmdTexChoice() {
findNull();
tmpStr = "";
tmpStr.clear();
while ((v = _data->readByte()) != 0)
tmpStr += (char)v;
@ -676,7 +676,7 @@ void Scripts::cmdTexChoice() {
findNull();
bool choice3Fl = false;
tmpStr = "";
tmpStr.clear();
while ((v = _data->readByte()) != 0)
tmpStr += (char)v;