LAB: Use CamelCase, and simplify mouseHandler()
This commit is contained in:
parent
8ebb53948d
commit
f017cb624e
4 changed files with 21 additions and 47 deletions
|
@ -1400,9 +1400,7 @@ void LabEngine::go() {
|
|||
mem = mem && setUpScreens();
|
||||
}
|
||||
|
||||
if (!initMouse()) {
|
||||
return;
|
||||
}
|
||||
initMouse();
|
||||
|
||||
mem = mem && initRoomBuffer() &&
|
||||
initLabText();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue