[Scummvm-git-logs] scummvm master -> 9ed19d3c4c3c5794ea4f696e31a68f8d8486d241
OMGPizzaGuy
noreply at scummvm.org
Wed Jun 5 03:48:27 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
9ed19d3c4c ULTIMA8: Remove accidental inclusion of tokenizer
Commit: 9ed19d3c4c3c5794ea4f696e31a68f8d8486d241
https://github.com/scummvm/scummvm/commit/9ed19d3c4c3c5794ea4f696e31a68f8d8486d241
Author: Matthew Jimenez (matthew.jimenez at outlook.com)
Date: 2024-06-04T22:47:36-05:00
Commit Message:
ULTIMA8: Remove accidental inclusion of tokenizer
Changed paths:
engines/ultima/ultima8/games/game_info.cpp
diff --git a/engines/ultima/ultima8/games/game_info.cpp b/engines/ultima/ultima8/games/game_info.cpp
index 041231c7391..e4f571a96be 100644
--- a/engines/ultima/ultima8/games/game_info.cpp
+++ b/engines/ultima/ultima8/games/game_info.cpp
@@ -19,8 +19,6 @@
*
*/
-#include "common/tokenizer.h"
-
#include "ultima/ultima8/misc/debugger.h"
#include "ultima/ultima8/games/game_info.h"
@@ -186,8 +184,6 @@ bool GameInfo::load(Common::SeekableReadStream *rs, uint32 ver) {
Std::vector<Std::string> parts;
s = rs->readLine();
- Common::StringTokenizer tokenizer(s, ",");
-
SplitString(s, ',', parts);
if (parts.size() != 4) return false;
More information about the Scummvm-git-logs
mailing list