aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/supernova/state.h')
-rw-r--r--engines/supernova/state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/supernova/state.h b/engines/supernova/state.h
index 25a4a74351..9072aa26f1 100644
--- a/engines/supernova/state.h
+++ b/engines/supernova/state.h
@@ -64,8 +64,8 @@ struct GameState {
class Inventory {
public:
Inventory(int &inventoryScroll)
- : _numObjects(0)
- , _inventoryScroll(inventoryScroll)
+ : _numObjects(0)
+ , _inventoryScroll(inventoryScroll)
{}
void add(Object &obj);