BURIED: Fix a typo

This commit is contained in:
Matthew Hoops 2013-09-18 19:08:39 -04:00 committed by Eugene Sandulenko
parent 7d0ad60ba9
commit 09827199da

View File

@ -35,7 +35,7 @@ struct Location {
int16 environment;
int16 node;
int16 facing;
int16 orientaton;
int16 orientation;
int16 depth;
};