Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6:Update
mirrormagic
fix-multiple-definitions.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-multiple-definitions.patch of Package mirrormagic
diff -Nur mirrormagic-3.0.0/src/game_sp/main.c new/src/game_sp/main.c --- mirrormagic-3.0.0/src/game_sp/main.c 2018-04-10 21:44:08.000000000 +0200 +++ new/src/game_sp/main.c 2021-04-30 00:06:48.558038604 +0200 @@ -9,8 +9,6 @@ int GfxElementLast[SP_MAX_PLAYFIELD_WIDTH][SP_MAX_PLAYFIELD_HEIGHT]; int GfxGraphicLast[SP_MAX_PLAYFIELD_WIDTH][SP_MAX_PLAYFIELD_HEIGHT]; int GfxGraphic[SP_MAX_PLAYFIELD_WIDTH][SP_MAX_PLAYFIELD_HEIGHT]; -int GfxFrame[SP_MAX_PLAYFIELD_WIDTH][SP_MAX_PLAYFIELD_HEIGHT]; - void InitGameEngine_SP() { diff -Nur mirrormagic-3.0.0/src/main.c new/src/main.c --- mirrormagic-3.0.0/src/main.c 2018-04-10 21:44:08.000000000 +0200 +++ new/src/main.c 2021-04-30 00:08:34.807029181 +0200 @@ -138,7 +138,6 @@ struct PlayerInfo stored_player[MAX_PLAYERS], *local_player = NULL; struct HiScore highscore[MAX_SCORE_ENTRIES]; struct TapeInfo tape; -struct SetupInfo setup; struct GameInfo game; struct GlobalInfo global; struct BorderInfo border;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor