mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 17:03:13 +00:00
TSAGE: Bugfix for Blue Force named hotspots to display look/use/talk descriptions correctly
This commit is contained in:
parent
1a2d707738
commit
3bf8eb4e3e
@ -119,9 +119,6 @@ public:
|
||||
|
||||
class NamedObject: public SceneObject {
|
||||
public:
|
||||
int _resNum;
|
||||
int _lookLineNum, _talkLineNum, _useLineNum;
|
||||
|
||||
virtual Common::String getClassName() { return "NamedObject"; }
|
||||
virtual void synchronize(Serializer &s);
|
||||
virtual void postInit(SceneObjectList *OwnerList = NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user