aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova/state.h
diff options
context:
space:
mode:
authorJoseph-Eugene Winzer2017-08-04 11:25:44 +0200
committerThierry Crozat2018-01-23 01:01:18 +0000
commit2c9f7b4ba97439db1d295b7bb68d27d1a6cc167b (patch)
tree8c5cc8d6fe08b1c1423d907c37320cb30a088e42 /engines/supernova/state.h
parent6f9374c737d2e287ccece4bd026399c1a948a366 (diff)
downloadscummvm-rg350-2c9f7b4ba97439db1d295b7bb68d27d1a6cc167b.tar.gz
scummvm-rg350-2c9f7b4ba97439db1d295b7bb68d27d1a6cc167b.tar.bz2
scummvm-rg350-2c9f7b4ba97439db1d295b7bb68d27d1a6cc167b.zip
SUPERNOVA: Implements edit()
As the TODO says, there are still problems with the function that can be observed when using the terminal in the sleeping chamber.
Diffstat (limited to 'engines/supernova/state.h')
-rw-r--r--engines/supernova/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/supernova/state.h b/engines/supernova/state.h
index b411cbd512..48499d7869 100644
--- a/engines/supernova/state.h
+++ b/engines/supernova/state.h
@@ -167,7 +167,7 @@ public:
void loadOverlayStart();
void openLocker(const Room *room, Object *obj, Object *lock, int section);
void closeLocker(const Room *room, Object *obj, Object *lock, int section);
- void edit(char *text, int x, int y, int length);
+ void edit(char *text, int x, int y, uint length);
int invertSection(int section);
void drawMapExits();
void drawStatus();