Skip to content

Commit

Permalink
Fixed|DED|libdoomsday: (Record::operator []) Variable 'execute' not f…
Browse files Browse the repository at this point in the history
…ound

Occurred when regression testing jimi's old "Hell City" mod. Caused
by a typo in defn::Sky::addModel()
  • Loading branch information
danij-deng committed Dec 3, 2014
1 parent 7f46433 commit 89560a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libdoomsday/src/defs/sky.cpp
Expand Up @@ -95,7 +95,7 @@ Record &Sky::addModel()
model->addNumber("yawSpeed", 0);
model->addArray ("originOffset", new ArrayValue(Vector3f()));
model->addArray ("rotate", new ArrayValue(Vector2f()));
model->addText ("exectute", "");
model->addText ("execute", "");
model->addArray ("color", new ArrayValue(Vector4f(1, 1, 1, 1)));

def()["model"].value<ArrayValue>()
Expand Down

0 comments on commit 89560a8

Please sign in to comment.