diff options
| author | Dusan Durech <dusan.d@centrum.sk> | 2008-11-01 22:11:44 +0100 |
|---|---|---|
| committer | Dusan Durech <dusan.d@centrum.sk> | 2008-11-01 22:11:44 +0100 |
| commit | 4c77447a924530f5bad212e39535adb373d5bcf4 (patch) | |
| tree | 957f74901c05fa6d0d0371d7cac6d99a433a1d7f /src/client/interface.h | |
| parent | b361c7bc3532f22caf053b779ba970de8c346893 (diff) | |
Hack for timer being too busy after loading arena
Diffstat (limited to 'src/client/interface.h')
| -rw-r--r-- | src/client/interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/interface.h b/src/client/interface.h index b5df62a..daf1275 100644 --- a/src/client/interface.h +++ b/src/client/interface.h @@ -33,6 +33,7 @@ extern bool_t isInterfaceInicialized(); extern void enableKeyboardBuffer(); extern void disableKeyboardBuffer(); extern int initSDL(); +extern void activeSlowHack(); extern SDL_Surface *getSDL_Screen(); extern void getMousePosition(int *x, int *y); extern int isMouseClicked(); |