mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-16 01:08:56 +00:00
HYPNO: fixed uninitialized values in ox and oy
This commit is contained in:
parent
44474e8693
commit
67bbf44b6c
@ -58,8 +58,8 @@ void SpiderEngine::drawShoot(const Common::Point &target) {
|
||||
}
|
||||
|
||||
void SpiderEngine::drawPlayer() {
|
||||
uint32 ox;
|
||||
uint32 oy;
|
||||
uint32 ox = 0;
|
||||
uint32 oy = 0;
|
||||
|
||||
if (_arcadeMode == "YC") {
|
||||
ox = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user