diff options
| author | Max Horn | 2003-07-07 00:14:16 +0000 |
|---|---|---|
| committer | Max Horn | 2003-07-07 00:14:16 +0000 |
| commit | 41912bc68578b5e68805f01fc36e79d91691c8cd (patch) | |
| tree | 710d9f7be63a84117770ff5260b1053ce0b11ee3 /sky/sky.cpp | |
| parent | 3dca18c935682746545f219e715a46fd4cc10852 (diff) | |
| download | scummvm-rg350-41912bc68578b5e68805f01fc36e79d91691c8cd.tar.gz scummvm-rg350-41912bc68578b5e68805f01fc36e79d91691c8cd.tar.bz2 scummvm-rg350-41912bc68578b5e68805f01fc36e79d91691c8cd.zip | |
use our standard cast style
svn-id: r8824
Diffstat (limited to 'sky/sky.cpp')
| -rw-r--r-- | sky/sky.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp index 35ec77a9c0..90927ebcd1 100644 --- a/sky/sky.cpp +++ b/sky/sky.cpp @@ -278,7 +278,7 @@ void **SkyState::fetchItem(uint32 num) { void SkyState::timerHandler(void *ptr) { - ((SkyState*)ptr)->gotTimerTick(); + ((SkyState *)ptr)->gotTimerTick(); } void SkyState::gotTimerTick(void) { |
