diff options
Diffstat (limited to 'engines/avalanche/gyro2.h')
-rw-r--r-- | engines/avalanche/gyro2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/gyro2.h b/engines/avalanche/gyro2.h index 4aab2236da..e83e0a96b9 100644 --- a/engines/avalanche/gyro2.h +++ b/engines/avalanche/gyro2.h @@ -530,7 +530,7 @@ public: byte cmp; /* current mouse-void **/ Common::String verbstr; /* what you can do with your object. :-) */ - Common::String * also[31][2]; + Common::String *also[31][2]; pedtype peds[15]; magictype magics[15]; magictype portals[7]; |