- keep mouse coordinates as floats for as long as possible.
This commit is contained in:
parent
3cfd19b2ef
commit
92d630eb45
5 changed files with 15 additions and 15 deletions
|
|
@ -167,7 +167,7 @@ extern FString BackupSaveName;
|
|||
bool savegamerestore;
|
||||
int finishstate = FINISH_NoHub;
|
||||
|
||||
extern int mousex, mousey;
|
||||
extern float mousex, mousey;
|
||||
extern bool sendpause, sendsave, sendturn180, SendLand;
|
||||
|
||||
void *statcopy; // for statistics driver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue