mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
Demo matches (#767)
This commit is contained in:
@@ -58,8 +58,13 @@ public:
|
||||
/* 0x80 */ /* vtable */
|
||||
|
||||
public:
|
||||
#if VERSION == VERSION_DEMO
|
||||
dVibration_c() { setDefault(); }
|
||||
virtual ~dVibration_c() { Kill(); }
|
||||
#else
|
||||
dVibration_c();
|
||||
virtual ~dVibration_c();
|
||||
#endif
|
||||
|
||||
int Run();
|
||||
bool StartShock(int, int, cXyz);
|
||||
|
||||
Reference in New Issue
Block a user