diff options
Diffstat (limited to 'engines/zvision/scripting/puzzle.h')
-rw-r--r-- | engines/zvision/scripting/puzzle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/scripting/puzzle.h b/engines/zvision/scripting/puzzle.h index 0d717f1fa9..5bf5314a1d 100644 --- a/engines/zvision/scripting/puzzle.h +++ b/engines/zvision/scripting/puzzle.h @@ -52,7 +52,7 @@ struct Puzzle { struct CriteriaEntry { /** The key of a global state */ uint32 key; - /** + /** * What we're comparing the value of the global state against * This can either be a pure value or it can be the key of another global state */ |