diff options
author | 2016-07-31 22:16:44 +0200 | |
---|---|---|
committer | 2016-07-31 22:18:46 +0200 | |
commit | 8b9b6abc5a9744068e9ba8b7e0cd21cb3f299675 (patch) | |
tree | 1e40bf253afc2c621c50c3767868f3bd465f6172 /src/mame/includes/chihiro.h | |
parent | 91fcff1b6d3d0842e24b755ff05bdca73b6bbdf5 (diff) |
chihiro.cpp: game ghostsqu boots too (nw)
Diffstat (limited to 'src/mame/includes/chihiro.h')
-rw-r--r-- | src/mame/includes/chihiro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/chihiro.h b/src/mame/includes/chihiro.h index 3f47f8833a2..49801466e9f 100644 --- a/src/mame/includes/chihiro.h +++ b/src/mame/includes/chihiro.h @@ -707,7 +707,7 @@ public: float modelview[4][4]; float modelview_inverse[4][4]; float projection[4][4]; - float traslate[4]; + float translate[4]; float scale[4]; } matrix; struct { |