summaryrefslogtreecommitdiff
path: root/src/map/mob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mob.cpp')
-rw-r--r--src/map/mob.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/map/mob.cpp b/src/map/mob.cpp
index 7a73df5..2a06cf7 100644
--- a/src/map/mob.cpp
+++ b/src/map/mob.cpp
@@ -8,7 +8,7 @@
#include <algorithm>
-#include "../strings/fstring.hpp"
+#include "../strings/astring.hpp"
#include "../strings/xstring.hpp"
#include "../io/cxxstdio.hpp"
@@ -3420,7 +3420,7 @@ bool mob_readdb(ZString filename)
PRINTF("Unable to read mob db: %s\n", filename);
return false;
}
- FString line;
+ AString line;
while (in.getline(line))
{
int mob_class;
@@ -3631,7 +3631,7 @@ bool mob_readskilldb(ZString filename)
PRINTF("can't read %s\n", filename);
return false;
}
- FString line;
+ AString line;
while (in.getline(line))
{
int mob_id;