[Scummvm-cvs-logs] scummvm master -> 671ff32f6fb5875a97b1cafc5f2703d992fdfb2f
urukgit
urukgit at users.noreply.github.com
Tue Feb 4 10:49:05 CET 2014
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:
671ff32f6f AVALANCHE: Change some variable's type, remove unused function.
Commit: 671ff32f6fb5875a97b1cafc5f2703d992fdfb2f
https://github.com/scummvm/scummvm/commit/671ff32f6fb5875a97b1cafc5f2703d992fdfb2f
Author: uruk (koppirnyo at gmail.com)
Date: 2014-02-04T01:48:30-08:00
Commit Message:
AVALANCHE: Change some variable's type, remove unused function.
Changed paths:
engines/avalanche/ghostroom.h
diff --git a/engines/avalanche/ghostroom.h b/engines/avalanche/ghostroom.h
index c6d0686..0693ecf 100644
--- a/engines/avalanche/ghostroom.h
+++ b/engines/avalanche/ghostroom.h
@@ -67,8 +67,8 @@ private:
byte _y, _yy, _bit, _xofs;
Graphics::Surface _eyes[2];
Graphics::Surface _exclamation;
- void *_aargh[6];
- void *_bat[3];
+ Graphics::Surface _aargh[6];
+ Graphics::Surface _bat[3];
GlerkType *_glerk;
void *_greenEyes[5];
void *_greldet[6][2];
@@ -83,7 +83,6 @@ private:
bool _redGreldet;
void plainGrab();
- void getMeAargh(byte which);
void wait(uint16 howLong);
void doBat();
void bigGreenEyes(byte how);
More information about the Scummvm-git-logs
mailing list