[Scummvm-cvs-logs] scummvm master -> a1168e932c498f806f664e73f9ffe2bd8ecc1c12
eriktorbjorn
eriktorbjorn at telia.com
Tue Apr 2 08:22:10 CEST 2013
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
a1168e932c SCUMM: Hardly-even-worth-mentioning cleanup.
Commit: a1168e932c498f806f664e73f9ffe2bd8ecc1c12
https://github.com/scummvm/scummvm/commit/a1168e932c498f806f664e73f9ffe2bd8ecc1c12
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2013-04-01T23:20:33-07:00
Commit Message:
SCUMM: Hardly-even-worth-mentioning cleanup.
Changed paths:
engines/scumm/insane/insane_enemy.cpp
diff --git a/engines/scumm/insane/insane_enemy.cpp b/engines/scumm/insane/insane_enemy.cpp
index 9ba334c..8107956 100644
--- a/engines/scumm/insane/insane_enemy.cpp
+++ b/engines/scumm/insane/insane_enemy.cpp
@@ -1113,7 +1113,7 @@ int32 Insane::enemy6handler(int32 actor1, int32 actor2, int32 probability) {
else if (act1x > 280)
_actor[actor1].cursorX = -160;
else
- _actor[actor1].cursorX = 00;
+ _actor[actor1].cursorX = 0;
if (_actor[actor1].weapon == -1)
retval = 2;
More information about the Scummvm-git-logs
mailing list