summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp
index b0fcd7e8..753b5a34 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -686,6 +686,7 @@ void do_parse() {
if (being == NULL) {
being = new Being();
being->id = RFIFOL(2);
+ being->job = RFIFOW(14);
add_node(being);
}
@@ -707,6 +708,7 @@ void do_parse() {
if (being == NULL) {
being = new Being();
being->id = RFIFOL(2);
+ being->job = RFIFOW(14);
add_node(being);
}
@@ -731,6 +733,7 @@ void do_parse() {
if (being == NULL) {
being = new Being();
being->id = RFIFOL(2);
+ being->job = RFIFOW(14);
add_node(being);
}