This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Build FIX .... again.
legacy
Benjamin ‘Touky’ Huet
touky
12 years ago
parent
0e2889b21f
commit
fcd46a2969
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
src/input/input.cpp
+ 3
- 3
src/input/input.cpp
View File
@@ -203,11 +203,11 @@ bool Input::WasActionJustReleased(int ActionId)
if (ASIdx != -1)
{
if (!CurIT.CurStatus && CurIT.PrevStatus)
return
TRUE
;
return
FALSE
;
return
true
;
return
false
;
}
}
return
FALSE
;
return
false
;
}
//--
Write
Preview
Loading…
Cancel
Save